We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 748f728 commit b300476Copy full SHA for b300476
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
os: [windows-latest, macos-13, ubuntu-latest]
21
steps:
22
- name: Run Tests
23
- uses: ./.github/workflows/template/
+ uses: ../.github/workflows/template/
24
with:
25
py: ${{ matrix.python-version }}
26
os: ${{ matrix.os }}
@@ -32,7 +32,7 @@ jobs:
32
MALSHARE_API: ${{ secrets.MALSHARE_API }}
33
34
35
36
37
py: '3.13'
38
os: 'ubuntu-latest'
0 commit comments