Skip to content

Commit

Permalink
fix(ci): Fix installing pixano-inference requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
cpvannier committed Feb 28, 2024
1 parent d7ef849 commit f3fd2cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
python -m pip install pylint
python -m pip install torch~=2.2.0 torchaudio~=2.2.0 torchvision~=0.17.0 --index-url https://download.pytorch.org/whl/cpu
python -m pip install tensorflow-cpu~=2.15.0
python -m pip install .
- name: Lint backend code with Pylint
run: |
Expand Down

0 comments on commit f3fd2cd

Please sign in to comment.