mirror of
https://github.com/alantang1977/JunTV.git
synced 2024-12-05 00:33:10 +02:00
chore: python version
This commit is contained in:
parent
0bac04cbc9
commit
bc3df9d5fb
2 changed files with 5 additions and 3 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -24,10 +24,10 @@ jobs:
|
|||
with:
|
||||
ref: ${{ env.BRANCH_NAME }}
|
||||
- name: Run with setup-python 3.11
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python
|
||||
with:
|
||||
python-version: '3.11'
|
||||
update-environment: false
|
||||
update-environment: true
|
||||
cache: 'pipenv'
|
||||
- name: Install Selenium
|
||||
run: |
|
||||
|
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -12,9 +12,11 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python
|
||||
with:
|
||||
python-version: '3.11'
|
||||
update-environment: true
|
||||
cache: 'pipenv'
|
||||
|
||||
- name: Install pipenv
|
||||
run: pip install pipenv
|
||||
|
|
Loading…
Reference in a new issue