Skip to content

Commit

Permalink
Add CI cron job (#143)
Browse files Browse the repository at this point in the history
* Add CI cron job

* Update build_and_test.yml
  • Loading branch information
IAlibay authored Jan 16, 2023
1 parent afa8f74 commit fb38017
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
pull_request:
branches:
- master
schedule:
# 3 am Tuesdays and Fridays
- cron: "0 3 * * 2,5"

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down Expand Up @@ -88,7 +91,7 @@ jobs:
matrix:
# for now windows pip install builds seem to fail for some reason
os: [ubuntu-latest, macos-latest,]
python: ["3.8", "3.9", "3.10", "3.11.0-rc.2"]
python: ["3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit fb38017

Please sign in to comment.