Skip to content

Commit

Permalink
CI Fix lock-file update workflow (scikit-learn#28140)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesteve committed Jan 16, 2024
1 parent dcf6c27 commit 0642287
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-lock-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ jobs:
matrix:
include:
- name: main
update_script_args: "--select-build-tag main-ci"
update_script_args: "--select-tag main-ci"
additional_commit_message: "[doc build]"
- name: scipy-dev
update_script_args: "--select-build-tag scipy-dev"
update_script_args: "--select-tag scipy-dev"
additional_commit_message: "[scipy-dev]"
- name: cirrus-arm
update_script_args: "--select-build-tag arm"
update_script_args: "--select-tag arm"
additional_commit_message: "[cirrus arm]"
- name: pypy
update_script_args: "--select-build-tag pypy"
update_script_args: "--select-tag pypy"
additional_commit_message: "[pypy]"

steps:
Expand Down

0 comments on commit 0642287

Please sign in to comment.