Skip to content

Commit

Permalink
github-actions: added activating conda environment
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
  • Loading branch information
glatosinski committed Nov 25, 2020
1 parent 1ed129b commit 24b6907
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate-rst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
make env
source env/conda/bin/activate skywater-pdk-scripts
git submodule foreach 'git checkout master'
scripts/python-skywater-pdk/skywater_pdk/cell_list.py libraries/*/latest/
scripts/python-skywater-pdk/skywater_pdk/cell-readme-generate.py libraries/*/latest/cells/*
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ dependencies:
# Packages installed from PyPI
- pip:
- -r file:requirements.txt
- -r file:docs/requirements.txt
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ flake8
# previews.
rst_include
docutils
dataclasses
dataclasses_json

# The Python API for the SkyWater PDK.
-e scripts/python-skywater-pdk

0 comments on commit 24b6907

Please sign in to comment.