Skip to content

Commit

Permalink
Fix CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
tmke8 committed Feb 23, 2024
1 parent 34824c5 commit f8c4ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run_type_checking:
needs:
- format_with_black
- format_with_ruff
- lint_with_ruff
runs-on: ubuntu-latest

Expand All @@ -70,7 +70,7 @@ jobs:
- name: Install dependencies
run: |
poetry env use 3.10
poetry install --no-interaction --no-root --without torch
poetry install --no-interaction --no-root --with torch
- name: Set python path for all subsequent actions
run: echo "$(poetry env info --path)/bin" >> $GITHUB_PATH

Expand Down

0 comments on commit f8c4ec3

Please sign in to comment.