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 <[email protected]>
  • Loading branch information
glatosinski committed Nov 25, 2020
1 parent 1ed129b commit dafe2b7
Show file tree
Hide file tree
Showing 2 changed files with 3 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

0 comments on commit dafe2b7

Please sign in to comment.