Skip to content

Commit

Permalink
changed order of installs
Browse files Browse the repository at this point in the history
  • Loading branch information
DoKu88 committed Nov 6, 2024
1 parent e3c331c commit de5c4fe
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,17 @@ jobs:
with:
python-version: '3.9'

- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Uninstall package
run: pip uninstall -y synth_sdk

- name: Force reinstall dependencies
run: pip install --force-reinstall synth_sdk

- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Find Tests
id: find_tests
run: |
Expand Down

0 comments on commit de5c4fe

Please sign in to comment.