Skip to content

Commit

Permalink
fix: remove herdoc syntax from python test action
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Oct 31, 2024
1 parent 28121e9 commit 00d4017
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ jobs:
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1

- name: Run All Tests
run: |-
make test-client-python
run: make test-client-python

- name: Check for SDK changes
run: |
Expand Down

0 comments on commit 00d4017

Please sign in to comment.