Skip to content

Commit 8b9bd42

Browse files
committed
Fix RHEL8 test by updating pip
1 parent ae0e718 commit 8b9bd42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: yum install -y python39-devel python39-pip python39-pip-wheel python39 git
9999
- uses: actions/checkout@v4
100100
- name: Install Testing Requirements
101-
run: python3.9 -m pip install nox
101+
run: python3.9 -m pip install --upgrade pip nox
102102
- name: Run Tests
103103
run: python3.9 -m nox -e tests
104104
# - name: Upload to codecov

0 commit comments

Comments
 (0)