Skip to content

Commit

Permalink
Freeze sitespawner version
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gorochowik <[email protected]>
  • Loading branch information
tgorochowik committed Dec 23, 2024
1 parent 5bbf1da commit 8911d6d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages-pr-remove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
python3 -m venv .venv
source .venv/bin/activate
pip install git+https://github.com/antmicro/sitespawner
pip install git+https://github.com/antmicro/sitespawner@abff708256a15a5db7c498ff7f484c78cf18d4e3
echo "PATH=$PATH" >> $GITHUB_ENV
- name: Download deployment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-webpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
python3 -m venv .venv
source .venv/bin/activate
pip install git+https://github.com/antmicro/sitespawner
pip install git+https://github.com/antmicro/sitespawner@abff708256a15a5db7c498ff7f484c78cf18d4e3
echo "PATH=$PATH" >> $GITHUB_ENV
- name: Print metadata
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
python3 -m venv .venv
source .venv/bin/activate
pip install git+https://github.com/antmicro/sitespawner
pip install git+https://github.com/antmicro/sitespawner@abff708256a15a5db7c498ff7f484c78cf18d4e3
echo "PATH=$PATH" >> $GITHUB_ENV
# This step is needed to have the same VeeR codebase as used in tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-openocd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
python3 -m venv .venv
source .venv/bin/activate
pip install git+https://github.com/antmicro/sitespawner
pip install git+https://github.com/antmicro/sitespawner@abff708256a15a5db7c498ff7f484c78cf18d4e3
echo "PATH=$PATH" >> $GITHUB_ENV
- name: Build verilated simulation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-regression-exceptions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
python3 -m venv .venv
source .venv/bin/activate
pip install git+https://github.com/antmicro/sitespawner
pip install git+https://github.com/antmicro/sitespawner@abff708256a15a5db7c498ff7f484c78cf18d4e3
echo "PATH=$PATH" >> $GITHUB_ENV
- name: Setup environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
python3 -m venv .venv
source .venv/bin/activate
pip install git+https://github.com/antmicro/sitespawner
pip install git+https://github.com/antmicro/sitespawner@abff708256a15a5db7c498ff7f484c78cf18d4e3
echo "PATH=$PATH" >> $GITHUB_ENV
- name: Setup environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-riscof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
python3 -m venv .venv
source .venv/bin/activate
pip install git+https://github.com/antmicro/sitespawner
pip install git+https://github.com/antmicro/sitespawner@abff708256a15a5db7c498ff7f484c78cf18d4e3
echo "PATH=$PATH" >> $GITHUB_ENV
- name: Install RISCOF
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-riscv-dv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
run: |
python3 -m venv .venv
source .venv/bin/activate
pip install git+https://github.com/antmicro/sitespawner
pip install git+https://github.com/antmicro/sitespawner@abff708256a15a5db7c498ff7f484c78cf18d4e3
echo "PATH=$PATH" >> $GITHUB_ENV
- name: Install Python deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-uarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: |
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install git+https://github.com/antmicro/sitespawner
python3 -m pip install git+https://github.com/antmicro/sitespawner@abff708256a15a5db7c498ff7f484c78cf18d4e3
python3 -m pip install meson nox
- name: Install prerequisities
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install git+https://github.com/antmicro/sitespawner
python3 -m pip install git+https://github.com/antmicro/sitespawner@abff708256a15a5db7c498ff7f484c78cf18d4e3
- name: Install prerequisities
run: |
Expand Down

0 comments on commit 8911d6d

Please sign in to comment.