Skip to content

Commit

Permalink
Version 20211030
Browse files Browse the repository at this point in the history
  • Loading branch information
mborsetti committed Oct 30, 2021
1 parent 4dc011c commit c636593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U pip wheel
if [ -f tests/requirements_precommit.txt ]; then python -m pip install -U -r requirements_precommit.txt; fi
if [ -f tests/requirements_precommit.txt ]; then python -m pip install -U -r tests/requirements_precommit.txt; fi
if [ -f requirements.txt ]; then python -m pip install -U -r requirements.txt; fi
# Run pre-commit cache per https://github.com/pre-commit/action
Expand Down

0 comments on commit c636593

Please sign in to comment.