Skip to content

Commit

Permalink
remove numpy 1.19.5 req and upgrade ubuntu to 18.04
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Hoffman <hoffman.sc@gmail.com>
  • Loading branch information
hoffmansc committed Jan 14, 2022
1 parent 6a7bbef commit 88d2e1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build-py:
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04

strategy:
fail-fast: false
Expand Down Expand Up @@ -44,7 +44,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
pip install numpy==1.19.5
pip install -e '.[all]'
pip install flake8
pip list
Expand Down

0 comments on commit 88d2e1c

Please sign in to comment.