Skip to content

Commit

Permalink
add requests to install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sfield17 committed Jan 14, 2025
1 parent 5445e91 commit fc5e3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest wheel
pip install flake8 pytest wheel requests
sudo apt-get -yq install gcc
sudo apt-get -yq install libgsl-dev
# - name: Lint with flake8
Expand Down

0 comments on commit fc5e3e2

Please sign in to comment.