Skip to content

Commit ab5e5cd

Browse files
committed
Fix alpine test
1 parent 95b8993 commit ab5e5cd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,12 @@ jobs:
239239
apk upgrade
240240
- name: Install System Python and Git
241241
run: |
242-
apk add python3 python3-dev py3-pip py3-nox git
242+
apk add python3 python3-dev py3-pip git
243243
- name: Download Source
244244
uses: actions/checkout@v4
245245
- name: Run Tests
246246
run: |
247+
pip install nox
247248
nox -e tests
248249
# - name: Upload to codecov
249250
# uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)