Skip to content

Commit

Permalink
Update tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RockfordMankiniUCSD authored Aug 29, 2024
1 parent 88db855 commit c32a7ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@ jobs:
- name: Install pip dependencies
run: |
sudo dnf -y install python-pip
sudo dnf remove python3-requests -y
python3 -m pip install --upgrade pip
pip install -r scripts/requirements.txt
python3 -m pip install -r scripts/requirements.txt
- name: Install pydoit fixed
run: |
Expand Down

0 comments on commit c32a7ed

Please sign in to comment.