Skip to content

Commit

Permalink
remove redundant python install step from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed Dec 13, 2023
1 parent 91dbaa3 commit 55d30bb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/nightly_ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
strategy:
matrix:
# os: container operations in GHA only work on Ubuntu
simulation-type: [basic, GEB, residential, electric]
simulation-type: [electric] # basic, GEB, residential,
# python-version: No need to test more than 1 python-version
# runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
container:
image: docker://nrel/openstudio:3.6.1
Expand All @@ -46,10 +45,6 @@ jobs:
ruby --version
bundle update
bundle exec certified-update
- name: Install Python dependencies
# Only the electric tests need to install python dependencies
if: ${{ matrix.simulation-type == 'electric' }}
run: bundle exec uo install_python
- name: Test project setup
# We only need to run these tests once, not every matrix iteration.
if: ${{ matrix.simulation-type == 'electric' }}
Expand Down

0 comments on commit 55d30bb

Please sign in to comment.