Skip to content

Commit

Permalink
add space
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed May 15, 2024
1 parent d1a19ef commit a1a42cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
coveralls-token: ${{ secrets.GITHUB_TOKEN }}

- name: Simple pytest
if: ${{matrix.check == 'tests'}}
if: ${{ matrix.check == 'tests'}}
env:
SPALLOC_USER: ${{ secrets.SPALLOC_USER }}
SPALLOC_PASSWORD: ${{ secrets.SPALLOC_PASSWORD }}
Expand Down

0 comments on commit a1a42cb

Please sign in to comment.