Skip to content

Commit f60e52b

Browse files
committed
fix pip install whl file command
1 parent 1424f19 commit f60e52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-udp-exporter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
9494
- name: Setup validation app
9595
run: |
96-
pip install ../exporters/aws-otel-otlp-udp-exporter/dist/*.whl
96+
pip install ./exporters/aws-otel-otlp-udp-exporter/dist/*.whl
9797
9898
- name: Run validation test
9999
working-directory: exporters/aws-otel-otlp-udp-exporter/validation_app

0 commit comments

Comments
 (0)