Skip to content

Commit

Permalink
ci: remove dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-seifert committed Oct 10, 2024
1 parent 6e20874 commit ee338fc
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,34 +254,6 @@ jobs:
- name: Run simple code
run: python -c 'import math; print(math.factorial(5))'

setup-dev-version:
name: Setup 3.13-dev ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v4

- name: setup-python 3.13-dev
id: setup-python
uses: ./
with:
python-version: '3.13-dev'

- name: Check python-path
run: ./__tests__/check-python-path.sh '${{ steps.setup-python.outputs.python-path }}'
shell: bash

- name: Validate version
run: ${{ startsWith(steps.setup-python.outputs.python-version, '3.13.') }}
shell: bash

- name: Run simple code
run: python -c 'import math; print(math.factorial(5))'

setup-versions-noenv:
name: Setup ${{ matrix.python }} ${{ matrix.os }} (noenv)
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit ee338fc

Please sign in to comment.