Skip to content

Commit

Permalink
Reduced nox version limitation back to original less than 2022.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Oct 17, 2024
1 parent 9903c56 commit af92da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
sudo -E apt-get update
sudo -E apt-get install -y python3-setuptools python-is-python3
sudo -E python3 -m pip install --upgrade pip
sudo -E python3 -m pip install 'nox<2024.04.15'
sudo -E python3 -m pip install 'nox<2022.8.7'
sudo mv /usr/bin/pip /usr/bin/pip2
sudo ln -sf /usr/bin/pip3 /usr/bin/pip
Expand Down

0 comments on commit af92da7

Please sign in to comment.