Skip to content

Commit

Permalink
Adding online CI job for windows, udpdate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Sep 13, 2022
1 parent 1ff3b7f commit 201f15e
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/ci_crontests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 201f15e

Please sign in to comment.