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 ae0e718 commit 8b9bd42Copy full SHA for 8b9bd42
.github/workflows/tests.yml
@@ -98,7 +98,7 @@ jobs:
98
run: yum install -y python39-devel python39-pip python39-pip-wheel python39 git
99
- uses: actions/checkout@v4
100
- name: Install Testing Requirements
101
- run: python3.9 -m pip install nox
+ run: python3.9 -m pip install --upgrade pip nox
102
- name: Run Tests
103
run: python3.9 -m nox -e tests
104
# - name: Upload to codecov
0 commit comments