From 4568db9757c8cc67c5f95d5406f76d8af6366b23 Mon Sep 17 00:00:00 2001 From: RoryBarnes Date: Tue, 31 Oct 2023 21:04:45 -0700 Subject: [PATCH] Reverting to using activate-environment and environment-file to see if that averts startup failure on github. --- .github/workflows/tests-linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests-linux.yml b/.github/workflows/tests-linux.yml index ff1fb14bc..f6e7e295d 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