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 .