Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bonicim committed Apr 1, 2024
1 parent 6c21534 commit 5d59e2d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python: ['3.8', '3.9', '3.10', '3.11']
# python: ['3.8', '3.9', '3.10', '3.11']
python: ['3.11']
runs-on: ${{ matrix.os }}

steps:
Expand Down Expand Up @@ -61,10 +62,10 @@ jobs:
# install tox
#----------------------------------------------
- name: Install tox, pytest-github
run: poetry run pip install 'tox>=4.4.11' 'pytest-github-actions-annotate-failures>=0.1.7'
run: poetry run pip install 'tox>=4.4.11' 'pytest-github-actions-annotate-failures>=0.1.7' 'tox-gh-actions'
#----------------------------------------------
# Run tests, linters defined in Tox
#----------------------------------------------
- name: Run tests, linters
run: |
poetry run make test-ci-github
poetry run tox

0 comments on commit 5d59e2d

Please sign in to comment.