Skip to content

Commit

Permalink
fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasGe committed Sep 3, 2024
1 parent 61d2ef7 commit 4706b73
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pyoes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ jobs:
node-version: '16'

- name: Install dependencies
env:
HATCH_BUILD_NO_HOOKS: true
run: |
pip install -r requirements-ci.txt
python setup.py develop
pip install pip-tools
pip-sync requirements-ci.txt
pip install -e .
- name: Run checks and tests
run: |
Expand Down

0 comments on commit 4706b73

Please sign in to comment.