Skip to content

Commit

Permalink
chore(ci): Fix install order
Browse files Browse the repository at this point in the history
Install Pixano Inference before Pixano so that the Pixano release candidate does not get overwritten by the Pixano Inference dependency
  • Loading branch information
cpvannier committed Jan 15, 2024
1 parent f95651c commit 6ab6f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install .
python -m pip install pylint
python -m pip install pixano-inference@git+https://github.com/pixano/pixano-inference
python -m pip install .
- name: Lint backend code with Pylint
run: |
Expand Down

0 comments on commit 6ab6f7c

Please sign in to comment.