Skip to content

Commit

Permalink
Just skip python 3.13 tests on windows for now
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
  • Loading branch information
jeandet committed Jun 22, 2024
1 parent 9308f9b commit 6ee9838
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
pip install --no-index --find-links $env:GITHUB_WORKSPACE\dist pycdfpp
- uses: actions/checkout@v4
- name: run tests
if: ${{ runner.os != 'Windows' && matrix.python-version != '3.13' }}
run: |
pip install ddt requests
python -v tests/full_corpus/test_full_corpus.py
Expand Down

0 comments on commit 6ee9838

Please sign in to comment.