We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b8993 commit ab5e5cdCopy full SHA for ab5e5cd
1 file changed
.github/workflows/tests.yml
@@ -239,11 +239,12 @@ jobs:
239
apk upgrade
240
- name: Install System Python and Git
241
run: |
242
- apk add python3 python3-dev py3-pip py3-nox git
+ apk add python3 python3-dev py3-pip git
243
- name: Download Source
244
uses: actions/checkout@v4
245
- name: Run Tests
246
247
+ pip install nox
248
nox -e tests
249
# - name: Upload to codecov
250
# uses: codecov/codecov-action@v4
0 commit comments