Skip to content

Commit

Permalink
Removed call to activate-environment and environment-file in tests-li…
Browse files Browse the repository at this point in the history
…nux.
  • Loading branch information
RoryBarnes committed Nov 1, 2023
1 parent 4a7d514 commit 0d9d1a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 All @@ -57,7 +57,7 @@ jobs:
if: always()
with:
files: |
#test-results/**/*.xml
test-results/**/*.xml
test-results/**/*.trx
test-results/**/*.json
Expand Down

0 comments on commit 0d9d1a9

Please sign in to comment.