Skip to content

Commit

Permalink
remove dd from pytest call
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Nov 18, 2024
1 parent 6c7fd00 commit cc9da7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:

- uses: pypa/hatch@install

- run: hatch run integration-tests -k "not TestPython" --ddtrace
- run: hatch run integration-tests -k "not TestPython"
env:
BIGQUERY_TEST_SERVICE_ACCOUNT_JSON: ${{ secrets.BIGQUERY_TEST_SERVICE_ACCOUNT_JSON }}
BIGQUERY_TEST_ALT_DATABASE: ${{ secrets.BIGQUERY_TEST_ALT_DATABASE }}
Expand Down

0 comments on commit cc9da7c

Please sign in to comment.