Skip to content

Commit

Permalink
update path to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
agardnerIT committed Jan 12, 2024
1 parent 6680537 commit cb55cb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
python-version: '3.11.4'
cache: 'pip'
- name: "Install Dependencies"
run: pip install -r har-to-otel/requirements.txt
run: pip install -r requirements.txt
- name: "Build Binary"
run: "python -m PyInstaller --onefile har-to-otel/har-to-otel.py"
- name: "Rename file"
Expand Down

0 comments on commit cb55cb1

Please sign in to comment.