Skip to content

Commit f5d27ab

Browse files
committed
pip upgrade and build backend install
1 parent 8e9c5d5 commit f5d27ab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,14 @@ jobs:
5353
# use-github-cache: false
5454
# use-local-cache: false
5555

56+
# Upgrade pip and install build backend
57+
- name: Upgrade pip & install build tools
58+
run: |
59+
python -m pip install --upgrade pip setuptools wheel --no-cache-dir
60+
5661
# Install roboreg (and its dependencies from pyproject.toml).
5762
- name: Install package and dependencies
5863
run: |
59-
python -m pip install --upgrade pip --no-cache-dir
6064
pip install . --no-build-isolation --no-cache-dir
6165
6266
# Run tests with pytest.

0 commit comments

Comments
 (0)