We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7431887 commit 09690a8Copy full SHA for 09690a8
.github/workflows/build.yml
@@ -26,9 +26,9 @@ jobs:
26
ref: ${{ github.ref }}
27
28
- name: Set up Python
29
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
30
with:
31
- python-version: "3.9"
+ python-version: '3.9.13'
32
33
# - name: Upgrading pip
34
# run: pip install --upgrade pip
.github/workflows/test.yml
@@ -21,12 +21,14 @@ jobs:
21
steps:
22
- uses: actions/checkout@v3
23
24
+ - name: Set up Python
25
+ with:
+
- - name: Install cython
- run: pip install cython numpy==1.26
-
- name: Installing requirements
run: pip install -r ./requirements.txt
0 commit comments