From 46bac97b202d5bf8ead5702b9d6e628e38a7acb3 Mon Sep 17 00:00:00 2001 From: Kristoffer Andersson Date: Mon, 6 May 2024 13:08:03 +0200 Subject: [PATCH] ci: remove latest in scheduled workflow Pydantic can not be built for Python 3.13-dev --- .github/workflows/scheduled.yml | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 48b4288..1a1b986 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -18,30 +18,7 @@ concurrency: name: rolling jobs: - # https://twitter.com/mycoliza/status/1571295690063753218 - nightly: - runs-on: ubuntu-latest - name: ubuntu / 3.13-dev - steps: - - uses: actions/checkout@v4 - with: - submodules: true - - name: Install pdm - uses: pdm-project/setup-pdm@v4 - with: - python-version: "3.11" - - name: Install python - uses: actions/setup-python@v5 - with: - python-version: "3.13-dev" - - run: python --version - - name: pdm lock - if: hashFiles('pdm.lock') == '' - run: pdm lock - - name: pdm sync --dev - run: pdm sync --dev - - name: make test - run: make test + # https://twitter.com/alcuadrado/status/1571291687837732873 update: # This action checks that updating the dependencies of this crate to the latest available that