From 14bc8a02450b6c3cd1fec87f0b4080e6bce806ab Mon Sep 17 00:00:00 2001 From: caitlyn-wilhelm Date: Wed, 23 Jun 2021 14:52:27 -0700 Subject: [PATCH] fixed tests for v2.0 of vplanet --- .github/workflows/tests.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 899c3f0..91a6993 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,15 +36,12 @@ jobs: id: install if: steps.setup_python.outcome == 'success' shell: bash -l {0} - env: - ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} run: | - python -m pip install git+https://$ACCESS_TOKEN@github.com/VirtualPlanetaryLaboratory/vplanet-private.git@main#egg=vplanet + python -m pip install vplanet - name: Install multi-planet shell: bash -l {0} run: | - python -m pip install -U pip python -m pip install -e .