We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1e001 commit 8a98fbcCopy full SHA for 8a98fbc
.github/workflows/release.yml
@@ -120,7 +120,9 @@ jobs:
120
with:
121
python-version: ${{ matrix.python }}
122
- name: Install dependencies
123
- run: pip install tox tox-pdm
+ run: |
124
+ curl -sSL https://pdm-project.org/install-pdm.py | python3 -
125
+ pip install tox tox-pdm
126
- name: Run integration tests
127
run: tox -e test-integration
128
@@ -155,7 +157,9 @@ jobs:
155
157
156
158
159
160
161
162
163
- name: Run end-to-end tests
164
run: tox -e test-e2e
165
0 commit comments