Skip to content

Commit

Permalink
Install all the tools
Browse files Browse the repository at this point in the history
  • Loading branch information
liamhuber committed May 11, 2024
1 parent ae7c74e commit c7d9839
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pyproject-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
# with:
# lower-bound-yaml: .ci_support/lower_bound.yml
# semantic-upper-bound: minor
# - name: Install dependencies
# run: >-
# python -m pip install --user --upgrade setuptools wheel versioneer[toml]
- name: Install dependencies
run: >-
python -m pip install --user --upgrade setuptools wheel versioneer[toml]
- name: Print pyproject
shell: bash -l {0}
run: |
pip install versioneer[toml]==0.29
# pip install versioneer[toml]==0.29
cat pyproject.toml; cat setup.py
- name: Build
shell: bash -l {0}
Expand Down

0 comments on commit c7d9839

Please sign in to comment.