Skip to content

Commit

Permalink
get weird with CI if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed Oct 11, 2023
1 parent df4dd0b commit df6b7e4
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 @@ -46,7 +46,7 @@ jobs:
bundle exec certified-update
- name: Install Python dependencies
run: |
if [[ "${{ matrix.simulation-type }}" == 'electric' ]]; then
if ${{ matrix.simulation-type }} == electric ; then
bundle exec uo install_python
fi
- name: Test project setup
Expand Down

0 comments on commit df6b7e4

Please sign in to comment.