Skip to content

Commit

Permalink
chore: fix CI-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
lumina37 committed Jul 14, 2024
1 parent 3486141 commit bd0bd96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ jobs:
environment: develop

env:
python-version: "3.13-dev"
PYTHON_VERSION: "3.13-dev"

steps:
- name: Checkout develop
uses: actions/checkout@v4
with:
ref: develop

- name: Setup Python${{ python-version }}
- name: Setup Python${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v5
with:
python-version: ${{ python-version }}
python-version: ${{ env.PYTHON_VERSION }}
cache: "pip"

- name: Install dependencies
Expand Down

0 comments on commit bd0bd96

Please sign in to comment.