Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Sep 11, 2024
1 parent 9766aa4 commit 45e0c13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ jobs:
run: rm examples/requirements/ml.txt
- name: Compile requirements
run: uv pip compile examples/requirements/ml.in --no-strip-extras -o examples/requirements/ml.txt
- name: Install package
run: pip install .[all]
# - name: Install package
# run: pip install .[all]
- name: Install requirements
run: pip install --no-cache-dir -r examples/requirements/ml.txt
- name: Run test suite
Expand Down

0 comments on commit 45e0c13

Please sign in to comment.