Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,17 +239,17 @@ jobs:
apk upgrade
- name: Install System Python and Git
run: |
apk add python3 python3-dev py3-pip py3-nox git
apk add python3 python3-dev py3-pip py3-nox py3-attrs git
- name: Download Source
uses: actions/checkout@v4
- name: Run Tests
run: |
nox -e tests
# - name: Upload to codecov
# uses: codecov/codecov-action@v4
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# verbose: true
- name: Upload to codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

homebrew:
name: homebrew-system-python
Expand Down
Loading