Skip to content

Commit

Permalink
fixed tests for v2.0 of vplanet
Browse files Browse the repository at this point in the history
  • Loading branch information
caitlyn-wilhelm committed Jun 23, 2021
1 parent ca8b689 commit 14bc8a0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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://[email protected]/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 .
Expand Down

0 comments on commit 14bc8a0

Please sign in to comment.