Skip to content

Commit

Permalink
Reverting to using activate-environment and environment-file to see i…
Browse files Browse the repository at this point in the history
…f that averts startup failure on github.
  • Loading branch information
RoryBarnes committed Nov 1, 2023
1 parent da4a7b3 commit 4568db9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
id: setup_python
uses: actions/setup-python@v4
with:
#activate-environment: vplanet
#environment-file: environment.yml
activate-environment: vplanet
environment-file: environment.yml
python-version: ${{ matrix.python-version }}

- name: Install
Expand Down

0 comments on commit 4568db9

Please sign in to comment.