Skip to content

Commit

Permalink
Hopefully this works and always tests latest python
Browse files Browse the repository at this point in the history
  • Loading branch information
dries007 committed Feb 10, 2022
1 parent 3446771 commit dc36409
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ on:

jobs:
deploy:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ on:
pull_request:

jobs:
test:

tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]

python-version: ["3.7", "3.8", "3.9", "3.10", "3.x"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -28,3 +26,4 @@ jobs:
run: |
pip install .
pytest tests
python setup.py sdist

0 comments on commit dc36409

Please sign in to comment.