Skip to content

Commit

Permalink
Update installation and execution commands in workflows file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cdaprod committed Apr 4, 2024
1 parent ec3709d commit fb3cdf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hydrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Install dependencies
run: |
pip install requests minio weaviate unstructured
pip3 install requests minio weaviate unstructured
- name: Run hydrate script
run: python .github/scripts/hydrate.py
run: python3 .github/scripts/hydrate.py
2 changes: 1 addition & 1 deletion app/urls.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ https://go.dev/doc/effective_go




0 comments on commit fb3cdf7

Please sign in to comment.