Skip to content

Commit 662c850

Browse files
committed
fixed
1 parent 2600c99 commit 662c850

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/notebooks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
ref: ${{ github.head_ref }}
2222
fetch-depth: 0
23-
- uses: ./.github/actions/python-package-shared-setup
23+
- uses: ./.github/actions
2424
with:
2525
python-version: 3.12
2626
- name: Format
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
ref: ${{ github.head_ref }}
6262
fetch-depth: 0
63-
- uses: ./.github/actions/python-package-shared-setup
63+
- uses: ./.github/actions
6464
with:
6565
python-version: 3.12
6666
- name: Create readme

.github/workflows/rdme-custompages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: ./.github/actions/python-package-shared-setup
17+
- uses: ./.github/actions
1818
with:
1919
python-version: 3.12
2020
- name: Create readme

0 commit comments

Comments
 (0)