Skip to content

Commit b300476

Browse files
committed
fix test config
1 parent 748f728 commit b300476

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
os: [windows-latest, macos-13, ubuntu-latest]
2121
steps:
2222
- name: Run Tests
23-
uses: ./.github/workflows/template/
23+
uses: ../.github/workflows/template/
2424
with:
2525
py: ${{ matrix.python-version }}
2626
os: ${{ matrix.os }}
@@ -32,7 +32,7 @@ jobs:
3232
MALSHARE_API: ${{ secrets.MALSHARE_API }}
3333
steps:
3434
- name: Run Tests
35-
uses: ./.github/workflows/template/
35+
uses: ../.github/workflows/template/
3636
with:
3737
py: '3.13'
3838
os: 'ubuntu-latest'

0 commit comments

Comments
 (0)