Skip to content

Commit

Permalink
only attempt to publish to test repo on one matrix version
Browse files Browse the repository at this point in the history
  • Loading branch information
radusuciu committed Feb 27, 2024
1 parent e6b9502 commit 114a222
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
python -m venv ${{ env.VIRTUAL_ENV }}
pdm sync --verbose --dev
- name: Run tests
if: matrix.python-version == '3.11'
run: |
source ${{ env.VIRTUAL_ENV }}/bin/activate
python -m pytest
Expand Down

0 comments on commit 114a222

Please sign in to comment.