From 0d9d1a92e6854155b731734a8aa6786a0523c826 Mon Sep 17 00:00:00 2001 From: RoryBarnes Date: Tue, 31 Oct 2023 21:49:52 -0700 Subject: [PATCH] Removed call to activate-environment and environment-file in tests-linux. --- .github/workflows/tests-linux.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests-linux.yml b/.github/workflows/tests-linux.yml index 37e2ea5c6..caf89ea5b 100644 --- a/.github/workflows/tests-linux.yml +++ b/.github/workflows/tests-linux.yml @@ -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 @@ -57,7 +57,7 @@ jobs: if: always() with: files: | - #test-results/**/*.xml + test-results/**/*.xml test-results/**/*.trx test-results/**/*.json