There was an error while loading. Please reload this page.
1 parent ac8b38b commit 6c99572Copy full SHA for 6c99572
3 files changed
.github/workflows/build.yml
@@ -26,11 +26,11 @@ jobs:
26
name: Install Python
27
uses: actions/setup-python@v5
28
with:
29
- python-version: 3.10
+ python-version: 3.9
30
cache: pip
31
-
32
name: Install Python requirements
33
- run: pip install -r requirements.txt
+ run: PIP_CONSTRAINT=constraints.txt pip install -r requirements.txt
34
35
name: Install RISC-V GCC toolchain
36
uses: pulp-platform/pulp-actions/riscv-gcc-install@v2.4.1
constraints.txt
@@ -0,0 +1 @@
1
+setuptools<82
requirements.txt
@@ -8,4 +8,4 @@ mkdocs
8
mkdocs-material
9
markdown-grid-tables
10
tclint==0.4.2
11
-flatdict==4.1.0
+flatdict
0 commit comments