Skip to content

Commit

Permalink
chore: python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Guovin committed Jun 10, 2024
1 parent 0bac04c commit bc3df9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc3df9d

Please sign in to comment.