Skip to content

Commit

Permalink
Installing itself in github pipeline (#16)
Browse files Browse the repository at this point in the history
to catch possible pip install errors
  • Loading branch information
ancestor-mithril authored Sep 16, 2024
1 parent 8d7adbe commit f478003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
# Installing pytorch on cpu and torchvision for running tests
python -m pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
python -m pip install matplotlib
python -m pip install .
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit f478003

Please sign in to comment.