Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pheuer authored Nov 7, 2024
1 parent 418ec57 commit 5da9e91
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,10 @@ jobs:
include:

- name: Tests Python 3.12 - Ubuntu
# Doctests are run only for most recent Python (see noxfile.py)
os: ubuntu-latest
python-version: '3.13'

- name: Tests, Python 3.12 - MacOS
os: macos-latest
python-version: '3.12'

- name: Python 3.12 - Windows
os: windows-latest
python-version: '3.12'



steps:
Expand All @@ -47,7 +40,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install -r requirements.txt
- name: Test with pytest
run: |
Expand Down

0 comments on commit 5da9e91

Please sign in to comment.