Skip to content

Commit

Permalink
Update GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmindset committed Jun 26, 2024
1 parent 45e8856 commit fe955c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/insolver-pypi-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
shell: bash
run: |
pip install -U pip setuptools wheel
python -m pip install --upgrade pip setuptools wheel
poetry self add poetry-version-plugin
- name: Build a binary wheel and a source tarball
run: poetry build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/insolver-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install dependencies
shell: bash
run: |
pip install -U pip setuptools wheel
python -m pip install --upgrade pip setuptools wheel
poetry install --extras "all" --with dev --no-interaction
- name: Lint with black
shell: bash
Expand Down

0 comments on commit fe955c6

Please sign in to comment.