We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c7441f commit 693632aCopy full SHA for 693632a
2 files changed
.github/workflows/build.yml
@@ -23,8 +23,7 @@ jobs:
23
- name: Install Python dependencies
24
run: |
25
python -m pip install --upgrade pip
26
- python -m pip install julia
27
- python -m pip install pycall
+ python -m pip install -r requirements.txt
28
- name: Lint with flake8
29
30
python -m pip install flake8
.github/workflows/tests.yml
@@ -52,8 +52,7 @@ jobs:
52
53
54
55
56
57
58
59
0 commit comments