Skip to content

Commit

Permalink
install python for basic simulations too, for use with rnm
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed Oct 11, 2023
1 parent 56d6e2f commit 1eba56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
bundle exec certified-update
- name: Install python dependencies
run: |
if [[ "${{ matrix.simulation-type }}" == 'electric' ]]; then
if [[ "${{ matrix.simulation-type }}" == 'electric' or "${{ matrix.simulation-type }}" == 'basic' ]]; then
bundle exec uo install_python
fi
- name: Run Rspec
Expand Down

0 comments on commit 1eba56e

Please sign in to comment.