Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgkwill authored Aug 8, 2024
1 parent c396bb8 commit 1081863
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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'

Expand Down

0 comments on commit 1081863

Please sign in to comment.