Skip to content

Commit

Permalink
get home dir
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher authored Sep 13, 2024
1 parent 4557382 commit a18206c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/validateCommitSimulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:
# key: ${{ runner.os }}-pip-${{ hashFiles('${GITHUB_WORKSPACE}/requirements.txt') }}-${{ hashFiles('${GITHUB_WORKSPACE}/requirements.optional.txt') }}
# restore-keys: |
# ${{ runner.os }}-pip-

- name: Check home var # for BioNetGen
run: |
echo $HOME
- name: Install pip and setuptools
run: |
python3.11 -m pip install --upgrade setuptools
Expand Down

0 comments on commit a18206c

Please sign in to comment.