Skip to content

Commit

Permalink
GIT: who writes commas in pip install....
Browse files Browse the repository at this point in the history
  • Loading branch information
anmorgunov committed Oct 24, 2023
1 parent dc2169a commit a705741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pandas, numpy
pip install pandas numpy
pip install pytest pytest-cov
- name: Run tests and collect coverage
Expand Down

0 comments on commit a705741

Please sign in to comment.