Skip to content

Commit

Permalink
Upgrade python testing version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dramelac committed Aug 25, 2024
1 parent 6612793 commit 8c5d72d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/entrypoint_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"
- name: Upgrade pip
run: python -m pip install --upgrade pip
- name: Install requirements
run: python -m pip install --user build virtualenv
- name: Cleaning
Expand Down

0 comments on commit 8c5d72d

Please sign in to comment.