Skip to content

Commit

Permalink
Minimal CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Mar 6, 2023
1 parent 750c85a commit a42af6b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run_circtools_detect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [ubuntu-22.04]
# R: ['4.2.0' ]
# python-version: ["3.7"]
#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"]
name: R ${{ matrix.R }} | Python ${{ matrix.python-version }} | ${{ matrix.os }}
steps:
- name: Create files
Expand Down

0 comments on commit a42af6b

Please sign in to comment.