Skip to content

Commit

Permalink
swap install dep steps
Browse files Browse the repository at this point in the history
  • Loading branch information
rcpeene committed Jul 11, 2024
1 parent cb8c504 commit f4d061b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
- name: pip freeze
run: pip freeze

- name: Installing package
run: pip install -e .

- name: Installing packages again (this prevents a weird error)
run: pip install -r requirements.txt

- name: Installing package
run: pip install -e .

- name: Installing build dependencies
run: |
pip install markupsafe==2.0.1
Expand Down

0 comments on commit f4d061b

Please sign in to comment.