github-actions: added activating conda environment
Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
This commit is contained in:
parent
058f1d0132
commit
3ecbc35c29
|
@ -20,6 +20,8 @@ jobs:
|
||||||
|
|
||||||
make env
|
make env
|
||||||
|
|
||||||
|
source env/conda/bin/activate skywater-pdk-scripts
|
||||||
|
|
||||||
git submodule foreach 'git checkout master'
|
git submodule foreach 'git checkout master'
|
||||||
scripts/python-skywater-pdk/skywater_pdk/cell_list.py libraries/*/latest/
|
scripts/python-skywater-pdk/skywater_pdk/cell_list.py libraries/*/latest/
|
||||||
scripts/python-skywater-pdk/skywater_pdk/cell-readme-generate.py libraries/*/latest/cells/*
|
scripts/python-skywater-pdk/skywater_pdk/cell-readme-generate.py libraries/*/latest/cells/*
|
||||||
|
|
|
@ -4,6 +4,9 @@ flake8
|
||||||
# previews.
|
# previews.
|
||||||
rst_include
|
rst_include
|
||||||
docutils
|
docutils
|
||||||
|
dataclasses
|
||||||
|
dataclasses_json
|
||||||
|
sphinx
|
||||||
|
|
||||||
# The Python API for the SkyWater PDK.
|
# The Python API for the SkyWater PDK.
|
||||||
-e scripts/python-skywater-pdk
|
-e scripts/python-skywater-pdk
|
||||||
|
|
Loading…
Reference in New Issue