Skip to content

Commit

Permalink
use python 3.8.* (#2678)
Browse files Browse the repository at this point in the history
* use python 3.8.18

* Update cleanup.yml

* update usepython v4
  • Loading branch information
adrosa authored Sep 26, 2023
1 parent 71164d1 commit 71d62c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- name: check out repo
uses: actions/checkout@v2
- name: setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.8.10"
python-version: "3.8"
- name: install pinned pip
run: python -m pip install pip==21.1.1
- name: pip install
Expand Down

0 comments on commit 71d62c8

Please sign in to comment.