Skip to content

Commit

Permalink
Update python_env.yml
Browse files Browse the repository at this point in the history
Adding Pandas
  • Loading branch information
nickhaddady authored Jul 8, 2024
1 parent e1671a1 commit 8df98d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Install Python dependencies
run: |
python -m pip install matplotlib scipy
python -m pip install matplotlib scipy pandas
- name: Hello World
run: |
Expand Down

0 comments on commit 8df98d5

Please sign in to comment.