Skip to content

Commit

Permalink
Change GHA to install from dev.txt
Browse files Browse the repository at this point in the history
Signed-off-by: joseph-sentry <[email protected]>
  • Loading branch information
joseph-sentry committed Jul 7, 2023
1 parent 10e400c commit e7b773f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r dev.txt
python setup.py develop
- name: Create commit in codecov
run: |
Expand Down

0 comments on commit e7b773f

Please sign in to comment.