Skip to content

Commit

Permalink
Merge pull request Bears-R-Us#853 from glitch/852-ci-workflow-fix
Browse files Browse the repository at this point in the history
Closes Bears-R-Us#852 by adding hdf5 and zmq to mypy and docs CI actions.
  • Loading branch information
reuster986 authored Jun 28, 2021
2 parents 91ba907 + 054231a commit 92d9c80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
apt-get update && apt-get install -y python3-pip
apt-get update && apt-get install -y python3-pip libhdf5-dev hdf5-tools libzmq3-dev
python3 -m pip install types-pkg_resources
python3 -m pip install -e .[dev]
- name: Arkouda mypy
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
apt-get update && apt-get install -y python3-pip
apt-get update && apt-get install -y python3-pip libhdf5-dev hdf5-tools libzmq3-dev
python3 -m pip install -e .[dev]
- name: Arkouda make doc
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
apt-get update && apt-get install -y python3-pip rsync
apt-get update && apt-get install -y python3-pip rsync libhdf5-dev hdf5-tools libzmq3-dev
python3 -m pip install -e .[dev]
- name: Arkouda make doc
run: |
Expand Down

0 comments on commit 92d9c80

Please sign in to comment.