Skip to content

Commit

Permalink
Updated python test workflow to not install torch package
Browse files Browse the repository at this point in the history
  • Loading branch information
xKhronoz committed Feb 27, 2024
1 parent 5a5d593 commit 088fc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
# python -m pip install --upgrade pip setuptools wheel
# python -m pip install poetry
poetry install --with dev,torch-cpu
poetry install --with dev
- name: Lint with flake8
working-directory: ./backend
run: |
Expand Down

0 comments on commit 088fc25

Please sign in to comment.