Skip to content

Commit

Permalink
use quotations when passing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lillian542 committed Apr 4, 2024
1 parent e2f37e1 commit 2571b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
COV_CORE_CONFIG: .coveragerc
COV_CORE_DATAFILE: .coverage.eager
# Calling PyTest by invoking Python first as that adds the current directory to sys.path
run: python -m pytest ${{ inputs.pytest_test_directory }} ${{ steps.pytest_args.outputs.args }} ${{ env.PYTEST_MARKER }} --disable-opmath=${{ inputs.disable_new_opmath }}
run: python -m pytest ${{ inputs.pytest_test_directory }} ${{ steps.pytest_args.outputs.args }} ${{ env.PYTEST_MARKER }} --disable-opmath="${{ inputs.disable_new_opmath }}"

- name: Adjust coverage file for Codecov
if: inputs.pipeline_mode == 'unit-tests'
Expand Down

0 comments on commit 2571b1b

Please sign in to comment.