Skip to content

Commit

Permalink
add a 'pip freeze' call in github workflow to view reqs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bgunnar5 committed Feb 14, 2024
1 parent b22e3a1 commit 4b8fab5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push-pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
python3 -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip3 install -r requirements/dev.txt
pip freeze
- name: Install singularity
run: |
Expand Down

0 comments on commit 4b8fab5

Please sign in to comment.