Skip to content

Commit

Permalink
[Dependency] Added scipy installation
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJeremy committed May 24, 2022
1 parent 7abb18c commit 2ac4977
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ jobs:
python-version: "3.9"
architecture: "x64"

- name: Install requests
run: python -m pip install requests && pwd
- name: Install python dependencies
run: |
python -m pip install requests
python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose
- name: Run benchmark
run: |
Expand Down

0 comments on commit 2ac4977

Please sign in to comment.