Skip to content

Commit 693632a

Browse files
committed
use requirements.txt to install dependencies
1 parent 1c7441f commit 693632a

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
- name: Install Python dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
python -m pip install julia
27-
python -m pip install pycall
26+
python -m pip install -r requirements.txt
2827
- name: Lint with flake8
2928
run: |
3029
python -m pip install flake8

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ jobs:
5252
- name: Install Python dependencies
5353
run: |
5454
python -m pip install --upgrade pip
55-
python -m pip install julia
56-
python -m pip install pycall
55+
python -m pip install -r requirements.txt
5756
- name: Lint with flake8
5857
run: |
5958
python -m pip install flake8

0 commit comments

Comments
 (0)