Skip to content

Commit

Permalink
Fixed requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
david-zwicker committed Aug 10, 2024
1 parent be9d3f1 commit bcf17dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -21,8 +22,10 @@ jobs:
# install all requirements
run: |
python -m pip install --upgrade pip
pip install -r tests/requirements.txt
pip install -r tests/requirements_full.txt
pip install types-PyYAML
- name: Test types with mypy
continue-on-error: true
run: |
Expand Down

0 comments on commit bcf17dd

Please sign in to comment.