Skip to content

Commit

Permalink
Move python312.yml to python312dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf W. Grosse-Kunstleve committed Mar 9, 2023
1 parent d2a9bdc commit 78479b6
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
name: Upstream
name: python312dev

on:
workflow_dispatch:
pull_request:

concurrency:
group: upstream-${{ github.ref }}
group: python312dev-${{ github.ref }}
cancel-in-progress: false

env:
PYTEST_TIMEOUT: 300

jobs:
standard:
name: "🐍 3.12 latest • ubuntu-latest • x64"
name: "🐍 3.12-dev • ubuntu-latest • x64"
runs-on: ubuntu-latest

# Hint: Select the 'python dev' label in the PR web view.
if: "contains(github.event.pull_request.labels.*.name, 'python dev')"
# Hint: Select the 'python312dev' label in the PR web view.
if: "contains(github.event.pull_request.labels.*.name, 'python312dev')"

steps:
- name: Show env
run: env

- uses: actions/checkout@v3

- name: Setup Python 3.12
- name: Setup Python 3.12-dev
uses: actions/setup-python@v4
with:
python-version: "3.12-dev"
Expand Down

0 comments on commit 78479b6

Please sign in to comment.