Skip to content

Commit

Permalink
Generate downloads page based on new python script. (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangibanelbtactic committed Mar 26, 2024
1 parent ce54211 commit fa7f4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-downloads-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: '3.x'
- name: Install Python dependencies
run: python -m pip install --upgrade pip os shutil re requests subprocess
run: python -m pip install --upgrade pip shutil re requests subprocess
- name: Check out the repo
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit fa7f4e2

Please sign in to comment.