Skip to content

Commit

Permalink
Add -r flag to pip install step
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonPacewic committed Aug 13, 2024
1 parent 46830c8 commit ac0790e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/FusionTyping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: pip install ./exporter/SynthesisFusionAddin/requirements.txt
- run: pip install -r ./exporter/SynthesisFusionAddin/requirements.txt
- name: Test mypy
working-directory: ./exporter/SynthesisFusionAddin
run: mypy

0 comments on commit ac0790e

Please sign in to comment.