Skip to content

Commit

Permalink
Returning to full CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Mar 6, 2023
1 parent b4bfc55 commit d428fcb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/run_circtools_detect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Circtools CI
on:
push:
pull_request:
# schedule:
# - cron: '0 7 * * *'
schedule:
- cron: '0 11 * * *'

concurrency:
group: ci-tests-${{ github.ref }}-1
Expand All @@ -14,12 +14,12 @@ jobs:
Main:
strategy:
matrix:
#os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, macos-11, macos-12]
#R: ['4.1.0' , '4.2.0' ]
# python-version: ["3.7", "3.8", "3.9", "3.10"]
os: [macos-12]
R: ['4.2.0' ]
python-version: ["3.7"]
os: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12]
R: ['4.1.0' , '4.2.0' ]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
#os: [macos-12]
#R: ['4.2.0' ]
#python-version: ["3.7"]
name: R ${{ matrix.R }} | Python ${{ matrix.python-version }} | ${{ matrix.os }}
steps:
- name: Create files
Expand Down

0 comments on commit d428fcb

Please sign in to comment.