Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Mueller <[email protected]>
  • Loading branch information
johannes-mueller committed Dec 16, 2024
1 parent 7105f95 commit 8fc893c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
- name: Install python essentials
run: |
python -m pip install --upgrade pip uv
uv pip install -U setuptools setuptools_scm wheel
uv --system pip install -U setuptools setuptools_scm wheel
- name: Install dependencies complete
if: matrix.only-minimal != true
run: uv pip install -e .[all,testing]
run: uv --system pip install -e .[all,testing]
- name: Install dependencies minimal
if: matrix.only-minimal == true
run: uv pip install -e .[testing]
run: uv --system pip install -e .[testing]
- name: Unit tests
run: pytest
- name: Notebook flow tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheelbuild-benchmark-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches: [develop, master]
push:
branches: [ci-debug]
branches: []


jobs:
Expand Down

0 comments on commit 8fc893c

Please sign in to comment.