diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 79c8057..86fdaa7 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -14,7 +14,7 @@ jobs: lfs: true - name: setup CI - uses: lava-nc/ci-setup-composite-action@v1.3 + uses: lava-nc/ci-setup-composite-action@v1.5.12_py3.10 with: repository: 'lava-peripherals' @@ -47,7 +47,7 @@ jobs: - name: Test artifact tar.gz run: | - python3.9 -m venv --system-site-packages artifact-test + python3.10 -m venv --system-site-packages artifact-test source artifact-test/bin/activate artifact=$(ls | grep lava | grep tar) pip install --no-input $artifact @@ -58,7 +58,7 @@ jobs: - name: Test artifact .whl run: | - python3.9 -m venv --system-site-packages artifact-test + python3.10 -m venv --system-site-packages artifact-test source artifact-test/bin/activate artifact=$(ls | grep lava | grep whl) pip install --no-input $artifact @@ -85,7 +85,7 @@ jobs: mkdir tmp cd tmp cp ../lava* . - python3.9 -m venv --system-site-packages artifact-unittest + python3.10 -m venv --system-site-packages artifact-unittest source artifact-unittest/bin/activate pip install -U pip pip install "nbconvert>=7.2.10,<7.3" pytest>=7.2.0 matplotlib>=3.5.1 ipykernel>=6.15.0 nbformat>=5.3.0 @@ -115,7 +115,7 @@ jobs: mkdir tmp cd tmp cp ../lava* . - python3.9 -m venv --system-site-packages artifact-unittest + python3.10 -m venv --system-site-packages artifact-unittest source artifact-unittest/bin/activate pip install -U pip pip install "nbconvert>=7.2.10,<7.3" pytest>=7.2.0 matplotlib>=3.5.1 ipykernel>=6.15.0 nbformat>=5.3.0 @@ -149,7 +149,7 @@ jobs: lfs: true - name: setup CI - uses: lava-nc/ci-setup-composite-action@v1.3 + uses: lava-nc/ci-setup-composite-action@v1.5.12_py3.10 with: repository: 'lava-peripherals'