Skip to content

Commit

Permalink
workflows: Remover extra -e
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeLeibowitz committed Jul 22, 2024
1 parent b17b511 commit 0fdbc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-petsc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Set run prefix
run: |
echo "RUN_CMD=docker run --rm -t -e CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }} -e --name testrun devito_img" >> $GITHUB_ENV
echo "RUN_CMD=docker run --rm -t -e CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }} --name testrun devito_img" >> $GITHUB_ENV
id: set-run

- name: Set tests
Expand Down

0 comments on commit 0fdbc29

Please sign in to comment.