Skip to content

Commit

Permalink
CI-production-testing.yml: fix "installing Python dependencies" commands
Browse files Browse the repository at this point in the history
  • Loading branch information
AlyaGomaa committed Apr 16, 2024
1 parent c5be72a commit fed7ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-production-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
python-version: "3.8"

- name: Install Python dependencies
run:
run: |
python -m pip install --upgrade pip
grep -v 'black' install/requirements.txt | xargs pip3 install --no-cache-dir
Expand Down

0 comments on commit fed7ce1

Please sign in to comment.