Skip to content

Commit

Permalink
asv: Python 3.10 and rm setup-python action
Browse files Browse the repository at this point in the history
  • Loading branch information
hombit authored Sep 30, 2024
1 parent aa4bee0 commit b4dc50f
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/asv-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,6 @@ env:
ARTIFACTS_DIR: ${{ github.workspace }}/artifacts

jobs:
setup-python:
runs-on: ubuntu-latest
steps:
- name: Cache Python ${{ env.PYTHON_VERSION }}
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: python-${{ env.PYTHON_VERSION }}
- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
asv-pr:
runs-on: ubuntu-latest
needs: setup-python
Expand All @@ -49,7 +37,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.10'
- name: Cache Python ${{ env.PYTHON_VERSION }}
uses: actions/cache@v4
with:
Expand Down

0 comments on commit b4dc50f

Please sign in to comment.