Skip to content

Commit

Permalink
add requests to env
Browse files Browse the repository at this point in the history
  • Loading branch information
olliesilvester committed Aug 28, 2024
1 parent bce8566 commit f1e5584
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pre_release_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
with:
python-version: "3.11"
architecture: x64
- name: Install requests
run: |
python -m pip install --upgrade pip
pip install requests
- name: checkout
uses: actions/checkout@v4
- name: Reset pinned hash versions
Expand Down

0 comments on commit f1e5584

Please sign in to comment.