Skip to content

Commit

Permalink
DEBUG: pip list
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Sep 5, 2024
1 parent e331f75 commit 8ab8e18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
python -m pip install -r requirements.txt
python -m pip install -r test_requirements.txt
python -m pip install .
pip list -v
- name: Install NEP29 dependencies
if: ${{ matrix.test_config == 'NEP29'}}
Expand All @@ -61,6 +62,7 @@ jobs:
- name: Set up pysat
run: |
mkdir pysatData
pip list -v
python -c "import pysat; pysat.params['data_dirs'] = 'pysatData'"
- name: Test PEP8 compliance
Expand Down

0 comments on commit 8ab8e18

Please sign in to comment.