Skip to content

Commit

Permalink
update typing_extensions for 3.8 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-held committed Jan 4, 2024
1 parent bbec591 commit d2517cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
- name: Test with pytest, generate coverage report (skipping typeguard)
if: matrix.python-version == '3.8'
run: |
# https://github.com/scikit-hep/cabinetry/issues/428
pip install --upgrade typing_extensions
# skip typeguard for coverage https://github.com/agronholm/typeguard/issues/356
pytest --runslow --cov-report=xml --typeguard-packages=""
- name: Test with pytest
Expand Down

0 comments on commit d2517cb

Please sign in to comment.