Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
adefossez committed Jul 7, 2023
1 parent 84138fd commit 28f847e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U -r requirements.txt
pip install "pytorch_lightning<1.9"
pip install -r requirements.txt
pip install -e '.[dev]'
- name: Run tests
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U -r requirements.txt
pip install "pytorch_lightning<1.9"
pip install -r requirements.txt
pip install -e '.[dev]'
- name: Run tests
Expand Down

0 comments on commit 28f847e

Please sign in to comment.