github-actions: added activating conda environment

Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
This commit is contained in:
Grzegorz Latosinski 2020-11-25 20:09:48 +01:00
parent 058f1d0132
commit 3ecbc35c29
2 changed files with 5 additions and 0 deletions

View File

@ -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/*

View File

@ -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