We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1424f19 commit f60e52bCopy full SHA for f60e52b
.github/workflows/release-udp-exporter.yml
@@ -93,7 +93,7 @@ jobs:
93
94
- name: Setup validation app
95
run: |
96
- pip install ../exporters/aws-otel-otlp-udp-exporter/dist/*.whl
+ pip install ./exporters/aws-otel-otlp-udp-exporter/dist/*.whl
97
98
- name: Run validation test
99
working-directory: exporters/aws-otel-otlp-udp-exporter/validation_app
0 commit comments