Skip to content

Commit

Permalink
attempt to organize CI better #7
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocat93 committed Jun 14, 2024
1 parent 35c2f8f commit 35f5b7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Archive Dependencies
uses: actions/upload-artifact@v4
with:
name: my-artifact
name: my-artifact-${{ matrix.os }}-${{ matrix.python-version }}
path: .

test:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Download Dependencies
uses: actions/download-artifact@v4
with:
name: my-artifact
name: my-artifact-${{ matrix.os }}-${{ matrix.python-version }}
- name: Run codespell
if: matrix.test == 'codespell'
run: poetry run codespell
Expand Down

0 comments on commit 35f5b7c

Please sign in to comment.