Skip to content

Commit

Permalink
further path fixes and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher authored Sep 13, 2024
1 parent 3341ff7 commit a81de27
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/validateCommitSimulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ 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: |
Expand Down Expand Up @@ -156,8 +153,6 @@ jobs:
run: |
mkdir -p /home/runner/poetry-install-dir
python3.11 -m venv /home/runner/poetry-install-dir
ls /home/runner/poetry-install-dir
ls /home/runner/poetry-install-dir/bin
/home/runner/poetry-install-dir/bin/python -m pip install -U pip setuptools
/home/runner/poetry-install-dir/bin/python -m pip install poetry
Expand Down Expand Up @@ -208,7 +203,7 @@ jobs:
# python3.11 -c "from biosimulators_test_suite.exec_gh_action import ValidateCommitSimulatorGitHubAction; ValidateCommitSimulatorGitHubAction().run(); exit();"
working-directory: ${{ github.workspace }}
run: |
/home/runner/poetry-install-dir/poetry-install-dir/bin/poetry run python -c "from biosimulators_test_suite.exec_gh_action import ValidateCommitSimulatorGitHubAction; ValidateCommitSimulatorGitHubAction().run(); exit();"
/home/runner/poetry-install-dir/bin/poetry run python -c "from biosimulators_test_suite.exec_gh_action import ValidateCommitSimulatorGitHubAction; ValidateCommitSimulatorGitHubAction().run(); exit();"
- name: Save test results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a81de27

Please sign in to comment.