Skip to content

Commit 065e80a

Browse files
authored
Update issue1096.yml
1 parent 1d7f8bc commit 065e80a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/issue1096.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v3
1515
with:
16-
python-version: '3.10.16'
16+
python-version: '3.10.17'
17+
env:
18+
ACTIONS_SETUP_PYTHON_DISABLE_PIP_UPGRADE: 'true'
1719

1820
- name: Install dependencies
1921
run: pip install -r requirements.txt

0 commit comments

Comments
 (0)