Skip to content

Commit db42874

Browse files
CopilotAtsushiSakai
andcommitted
Revert CI workflow changes as requested
Co-authored-by: AtsushiSakai <[email protected]>
1 parent a06e275 commit db42874

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/Linux_CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v5
2121
- run: git fetch --prune --unshallow
22-
- run: git fetch origin master:master
2322

2423
- name: Setup python
2524
uses: actions/setup-python@v6

.github/workflows/MacOS_CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v5
2323
- run: git fetch --prune --unshallow
24-
- run: git fetch origin master:master
2524

2625
- name: Update bash
2726
run: brew install bash

.github/workflows/Windows_CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v5
2323
- run: git fetch --prune --unshallow
24-
- run: git fetch origin master:master
2524

2625
- name: Setup python
2726
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)