Skip to content

Commit

Permalink
Minor fix in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfernandez committed Jul 4, 2023
1 parent 01c3f87 commit a78380d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,13 @@ jobs:
dev-requirements.txt
architecture: x64
- name: 'Install requirements (standard)'
if: steps.cachepy.outputs.cache-hit != 'true'
run: |
pip install --upgrade pip wheel
pip install -r requirements.txt
- name: 'Freeze Python ${{ matrix.python-version }} constraints'
if: steps.cachepy.outputs.cache-hit != 'true'
run: |
pip freeze > constraints-${{ matrix.python-version }}.txt
- name: 'Install dev requirements'
if: steps.cachepy.outputs.cache-hit != 'true'
run: pip install -r dev-requirements.txt -r mypy-requirements.txt
- name: MyPy cache
uses: actions/cache@v3
Expand Down

0 comments on commit a78380d

Please sign in to comment.