Skip to content

Commit

Permalink
reconfigure requirements files
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Nov 18, 2024
1 parent dd67d9d commit 6518a42
Show file tree
Hide file tree
Showing 5 changed files with 463 additions and 464 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: "3.12"

- name: Install dependencies
run: pip install -r requirements.txt
run: pip install -r requirements_CI.txt

- name: Build Docs
run: make -C docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install -r requirements_CI.txt
- name: Tests for reference implementation
run: |
cd reference_implementation
Expand Down
Loading

0 comments on commit 6518a42

Please sign in to comment.