Skip to content

Commit

Permalink
fix requirement install in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoGrin committed Jan 16, 2025
1 parent 221e34e commit 9e0dc05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --no-deps ".[dev]"
pip install --no-deps .
pip install pytest
pip install -r requirements.txt
- name: Initialize submodules
Expand Down

0 comments on commit 9e0dc05

Please sign in to comment.