Skip to content

Commit

Permalink
append python version to avoid archive naming conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanssen2 committed Nov 25, 2024
1 parent 72d4e49 commit fea3e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sepp_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Archive functional test results for local debugging
uses: actions/upload-artifact@v4
with:
name: functional tests
name: SEPP_functional_tests_${{ matrix.python-version }}
path: functional_tests
- name: convert coverage
shell: bash -el {0}
Expand Down

0 comments on commit fea3e4a

Please sign in to comment.