From 201f15e0277e29afe98194e1c1f7edef86d6096f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Tue, 13 Sep 2022 11:18:13 -0700 Subject: [PATCH] Adding online CI job for windows, udpdate versions --- .github/workflows/ci_crontests.yml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci_crontests.yml b/.github/workflows/ci_crontests.yml index ea0c75abc1..01e396dd7a 100644 --- a/.github/workflows/ci_crontests.yml +++ b/.github/workflows/ci_crontests.yml @@ -5,9 +5,9 @@ on: # Run this job on release tags, but not on pushes to the main branch tags: - '*' - schedule: +# schedule: # run every Monday at 5am UTC - - cron: '0 5 * * 1' +# - cron: '0 5 * * 1' permissions: contents: read @@ -21,14 +21,21 @@ jobs: fail-fast: false matrix: include: - - name: Python 3.9 with all dependencies with remote data + - name: py3.10 all dev deps online os: ubuntu-latest + python: '3.10' + toxenv: py310-test-alldeps-devdeps-online + toxargs: -v + toxposargs: -v --durations=50 + + - name: Windows py3.9 all deps online + os: windows-latest python: '3.9' - toxenv: py39-test-alldeps-devdeps-online + toxenv: py39-test-alldeps-online toxargs: -v toxposargs: -v --durations=50 - - name: pre-release dependencies with all dependencies + - name: py3.10 pre-release all deps os: ubuntu-latest python: '3.10' toxenv: py310-test-alldeps-predeps