diff --git a/.github/workflows/gh-pages-pr-remove.yml b/.github/workflows/gh-pages-pr-remove.yml index 08bb7b733e1..f04769876d7 100644 --- a/.github/workflows/gh-pages-pr-remove.yml +++ b/.github/workflows/gh-pages-pr-remove.yml @@ -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 diff --git a/.github/workflows/publish-webpage.yml b/.github/workflows/publish-webpage.yml index de1689dadb6..e3cf4014a34 100644 --- a/.github/workflows/publish-webpage.yml +++ b/.github/workflows/publish-webpage.yml @@ -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 diff --git a/.github/workflows/report-coverage.yml b/.github/workflows/report-coverage.yml index cac98be6515..b831f6b288a 100644 --- a/.github/workflows/report-coverage.yml +++ b/.github/workflows/report-coverage.yml @@ -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 diff --git a/.github/workflows/test-openocd.yml b/.github/workflows/test-openocd.yml index e39179fb62e..f020e6c583b 100644 --- a/.github/workflows/test-openocd.yml +++ b/.github/workflows/test-openocd.yml @@ -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 diff --git a/.github/workflows/test-regression-exceptions.yml b/.github/workflows/test-regression-exceptions.yml index b43b544d084..3c1e978285c 100644 --- a/.github/workflows/test-regression-exceptions.yml +++ b/.github/workflows/test-regression-exceptions.yml @@ -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 diff --git a/.github/workflows/test-regression.yml b/.github/workflows/test-regression.yml index 0e1fb82ff45..ccb442df780 100644 --- a/.github/workflows/test-regression.yml +++ b/.github/workflows/test-regression.yml @@ -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 diff --git a/.github/workflows/test-riscof.yml b/.github/workflows/test-riscof.yml index c0bfc482c7e..38fe02f24ef 100644 --- a/.github/workflows/test-riscof.yml +++ b/.github/workflows/test-riscof.yml @@ -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 diff --git a/.github/workflows/test-riscv-dv.yml b/.github/workflows/test-riscv-dv.yml index 48f39fa0574..93e49422402 100644 --- a/.github/workflows/test-riscv-dv.yml +++ b/.github/workflows/test-riscv-dv.yml @@ -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 diff --git a/.github/workflows/test-uarch.yml b/.github/workflows/test-uarch.yml index 1720f8b84a6..c6f721536fa 100644 --- a/.github/workflows/test-uarch.yml +++ b/.github/workflows/test-uarch.yml @@ -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 diff --git a/.github/workflows/test-verification.yml b/.github/workflows/test-verification.yml index b6d9d367a80..17adfaa78c7 100644 --- a/.github/workflows/test-verification.yml +++ b/.github/workflows/test-verification.yml @@ -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: |