1
0
Fork 0
mirror of https://git.sr.ht/~kivikakk/niar synced 2024-12-22 23:12:23 +00:00

setup-action: install client pip deps in our Python.

This commit is contained in:
Asherah Connor 2024-06-27 18:43:42 +03:00
parent c757d4f606
commit 81961bba89
4 changed files with 4 additions and 10 deletions

View file

@ -25,6 +25,9 @@ runs:
python-version: '3.12'
cache: pip
- name: Install client repo pip dependencies
run: pip install --editable .
- name: Install pytest
run: pip install pytest
shell: bash

View file

@ -16,9 +16,6 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install pip dependencies
run: pip install --editable .
- uses: kivikakk/niar/setup-action@main
- name: Elaborate, compile and run cxxrtl

View file

@ -24,9 +24,6 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install pip dependencies
run: pip install --editable .
- uses: kivikakk/niar/setup-action@main
with:
install-oss-cad-suite: true

View file

@ -16,9 +16,6 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install pip dependencies
run: pip install --editable .
- uses: kivikakk/niar/setup-action@main
- name: Run tests