Skip to content

Commit

Permalink
Update nmodl-wheel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran authored Mar 1, 2024
1 parent e43d04c commit 959b0d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nmodl-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ concurrency:

on:
push:
branches:
- master
pull_request:
schedule:
- cron: "5 0 * * *"
branches:
- master

workflow_dispatch:

jobs:
Expand Down Expand Up @@ -86,7 +87,6 @@ jobs:
strategy:
matrix:
python_version: ['3.8', '3.9', '3.10', '3.11', '3.12']
depends-on: manylinux_wheels
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 959b0d5

Please sign in to comment.