Skip to content

Commit

Permalink
test quickfix numpy pandas force install
Browse files Browse the repository at this point in the history
  • Loading branch information
16bravo committed Jun 17, 2024
1 parent 90d24d1 commit 213e15d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/020_update_database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
- name: Install dependencies
if: steps.check-db.outputs.update_ok == 'true'
run: pip install -r requirements.txt
run: pip install -r requirements.txt
python -m pip install --upgrade pip
pip install numpy==1.18.5 pandas==1.4.4

- name: Create .kaggle directory
if: steps.check-db.outputs.update_ok == 'true'
Expand Down

0 comments on commit 213e15d

Please sign in to comment.