chore: python version

This commit is contained in:
guorong.zheng 2024-06-10 15:43:54 +08:00
parent 0bac04cbc9
commit bc3df9d5fb
2 changed files with 5 additions and 3 deletions

View file

@ -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: |

View file

@ -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