Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
htz1992213 authored Feb 4, 2024
1 parent 663887d commit d9aa1e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
max-parallel: 20
matrix:
os: [ macos-latest ]
python-version: [ 3.9, 3.10 ]
python-version: [ '3.9', '3.10' ]
# This distribution of tests is designed to ensure an approximately even time to finish for parallel jobs.
pkg:
- tests --ignore=tests/test_mdgopackmol.py
Expand Down Expand Up @@ -64,4 +64,4 @@ jobs:
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional
- name: pytest ${{ matrix.pkg }}
run: |
pytest ${{ matrix.pkg }}
pytest ${{ matrix.pkg }}

0 comments on commit d9aa1e6

Please sign in to comment.