Skip to content

Commit

Permalink
CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdedude committed Jan 15, 2025
1 parent c3dc4fd commit 96698a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 53 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ name: check
on:
workflow_dispatch:
push:
branches: ["main"]
branches: ["main", "ci-test"]
tags-ignore: ["**"]
pull_request:
schedule:
- cron: "0 8 * * *"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -112,7 +109,7 @@ jobs:
run: python tasks/pick_tox_env.py ${{ matrix.py }} $Python_ROOT_DIR/bin/python
- name: Pick environment to run
if: matrix.py == '3.13t' && runner.os == 'Windows'
run: python tasks/pick_tox_env.py ${{ matrix.py }} $Python_ROOT_DIR\python.exe
run: python tasks/pick_tox_env.py ${{ matrix.py }} $env:Python_ROOT_DIR\python.exe
- name: Setup test suite
run: tox run -vv --notest --skip-missing-interpreters false
- name: Run test suite
Expand Down
48 changes: 0 additions & 48 deletions .github/workflows/release.yaml

This file was deleted.

0 comments on commit 96698a2

Please sign in to comment.