Skip to content

Commit

Permalink
eelease
Browse files Browse the repository at this point in the history
  • Loading branch information
raddessi committed Jan 28, 2024
1 parent b459e89 commit ded26af
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-python@v2
with:
python-version: 3.10

- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -45,7 +49,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.10

- name: Install build dependencies
run: |
Expand Down

0 comments on commit ded26af

Please sign in to comment.