We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e9c5d5 commit f5d27abCopy full SHA for f5d27ab
.github/workflows/tests.yaml
@@ -53,10 +53,14 @@ jobs:
53
# use-github-cache: false
54
# use-local-cache: false
55
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
+
61
# Install roboreg (and its dependencies from pyproject.toml).
62
- name: Install package and dependencies
63
run: |
- python -m pip install --upgrade pip --no-cache-dir
64
pip install . --no-build-isolation --no-cache-dir
65
66
# Run tests with pytest.
0 commit comments