Skip to content

Commit 8857bce

Browse files
authored
Merge pull request #313 from yrabbit/y
Fix examples in CI
2 parents 10e384c + 971dad9 commit 8857bce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/chipdb.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
- name: Install and build
231231
run: |
232232
python -m pip install --upgrade pip
233-
pip install setuptools wheel twine
233+
pip install setuptools==61.0 wheel twine
234234
python setup.py --version
235235
python setup.py sdist bdist_wheel
236236
# Validate that the resulting wheel can be executed

.github/workflows/yowasp_examples.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
run: |
2222
python --version
2323
pip --version
24-
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ yowasp-yosys yowasp-nextpnr-gowin
24+
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ yowasp-yosys yowasp-nextpnr-himbaechel-gowin
2525
- name: build examples
2626
run: |
2727
cd examples
28-
YOSYS=yowasp-yosys NEXTPNR=yowasp-nextpnr-gowin make all
28+
YOSYS=yowasp-yosys NEXTPNR=yowasp-nextpnr-himbaechel-gowin make all
2929
- name: Archive artifact
3030
uses: actions/upload-artifact@v4
3131
with:

0 commit comments

Comments
 (0)