Skip to content

Commit

Permalink
DEBUG: print pandas info
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing authored Sep 10, 2024
1 parent 8ab8e18 commit e6bed38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
run: |
mkdir pysatData
pip list -v
python -c "import pandas; print(pandas.__version__)"
python -c "import pysat; pysat.params['data_dirs'] = 'pysatData'"
- name: Test PEP8 compliance
Expand Down

0 comments on commit e6bed38

Please sign in to comment.