Skip to content

Commit

Permalink
Change install way of pip
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuichiueda committed Nov 30, 2019
1 parent 2d646b6 commit 6a92909
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
- uses: actions/checkout@v1
- name: Set up and test with Python ${{ matrix.python-version }}
run: |
python -m pip install --upgrade pip
pip install numpy
sudo apt-get install bats
sudo apt-get install python3-pip bats
pip3 install numpy
./test

0 comments on commit 6a92909

Please sign in to comment.