Skip to content

Commit cc9b283

Browse files
committed
CI: Use pip install --upgrade
This will hopefully install the most recent versions of all packages, including `pyproject-fmt`. 2.8.0 gets installed while 2.18.1 is available. However, the former fails on Python 3.9: thread '<unnamed>' panicked at common/src/create.rs:22:5:
1 parent f077021 commit cc9b283

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
- name: Set up project
6363
run: |
6464
# Install package in editable mode.
65-
pip install versioningit wheel
66-
pip install --editable=.[test,develop]
65+
pip install --upgrade versioningit wheel
66+
pip install --upgrade --editable='.[test,develop]'
6767
6868
# TODO: This command should write a `package.json`, then invoke `npm install`.
6969
node-blue setup

0 commit comments

Comments
 (0)