Skip to content

Commit

Permalink
using conda for Prescient dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bknueven committed May 11, 2021
1 parent c097e8f commit 29a26d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prescient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ jobs:
- name: Install Prescient
run: |
cd ..
git clone https://github.com/grid-parity-exchange/Prescient.git
git clone --depth=1 https://github.com/grid-parity-exchange/Prescient.git
cd Prescient
conda env update --name test_env --file environment.yml
python setup.py develop
- name: Run Prescient Tests
run: |
Expand Down

0 comments on commit 29a26d6

Please sign in to comment.