We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1729698 commit 4020a0cCopy full SHA for 4020a0c
.github/workflows/ARM.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Install dependencies
29
run: |
30
- pip install --upgrade -r requirements.txt
+ pip install -r requirements.txt
31
pip install pytest numpy # for tests
32
33
- name: Build and Install
requirements.txt
@@ -8,8 +8,7 @@ codecov
8
9
wheel
10
pycparser
11
-setuptools
12
-clr-loader
+clr-loader==0.2.*
13
14
# Discover libpython
15
-find_libpython
+find_libpython==0.3.*
0 commit comments