Skip to content

Commit

Permalink
use latest pip and setuptools in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Feb 15, 2024
1 parent 7585471 commit 903ca3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ jobs:
with:
python-version: "3.x"
- name: Install pypa/build
run: >-
python3 -m
pip install
build
--user
run: |
python3 -m pip install -U pip setuptools
python3 -m pip install build --user
- name: Build a binary wheel and a source tarball
run: python3 -m build
- name: Store the distribution packages
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
show-channel-urls: true
- name: Print Python environment
run: python -m pip list
- name: Update installation infrastructure
run: python -m pip install -U setuptools pip
- name: Print conda environment
run: conda list
- name: Print conda info
Expand Down

0 comments on commit 903ca3c

Please sign in to comment.