Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzierep committed Nov 3, 2023
1 parent 467e6bb commit 07961c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fetch_all_tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- name: Install requirement
run: python -m pip install requirements.txt
run: python -m pip install -r requirements.txt
- name: Run script
# run: bash bin/extract_all_tools.sh
run: echo "test" > results/all_tools.csv
Expand Down

0 comments on commit 07961c9

Please sign in to comment.