Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasdavis committed Apr 14, 2021
1 parent 13ac670 commit b671bb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
- name: Install cibuildwheel
run: |
python -m pip install pip setuptools
python -m pip install pip setuptools -U
python -m pip install wheel -U
python -m pip install cibuildwheel==1.10.0
- name: Build wheels
Expand Down Expand Up @@ -73,7 +74,8 @@ jobs:

- name: Build sdist
run: |
python -m pip install pep517 setuptools wheel pip -U
python -m pip install setuptools pip -U
python -m pip install pep517 -U
python -m pep517.build -s .
- uses: actions/upload-artifact@v2
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
brew install libomp
- name: install
run: |
python -m pip install pip setuptools pytest numpy -U
python -m pip install pip setuptools -U
python -m pip install wheel -U
pip install --ignore-installed -U -q --no-cache-dir -e .[complete]
pip list
- name: test
Expand Down

0 comments on commit b671bb4

Please sign in to comment.