Skip to content

Commit

Permalink
fix: fix dependency installation step failure (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-ahuja authored Aug 21, 2024
1 parent e9a05ac commit b575576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Install Dependencies
run:
python -m pip install --upgrade pip
python -m pip install --upgrade pip &&
pip install -r requirements.txt

- name: Test code
Expand Down

0 comments on commit b575576

Please sign in to comment.