Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kendallroden committed Sep 19, 2024
1 parent 7d2a90e commit cc2468d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pubsub_python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
cd pubsub/python
python -m pip install --upgrade pip
pip install -r ./publisher/requirements.txt && pip install -r ./subscriber/requirements.txt
pip install -r ./publisher/requirements.txt && pip install -r ./subscriber/requirements.txt
- name: build publisher image
run: |
Expand Down

0 comments on commit cc2468d

Please sign in to comment.