Skip to content

Commit

Permalink
Added to poetry to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisspeer committed Mar 22, 2024
1 parent 317db37 commit 75da2ad
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,27 +89,18 @@ jobs:
su -c "ls -lah" submituser
su -c "ls -lah /home/submituser" submituser
- name: test Htcondor config 1
run: |
whoami
condor_master
continue-on-error: true

- name: test Htcondor config 2
run: condor_status -master
continue-on-error: true
- name: HTCondor master
run: condor_master

- name: test Htcondor config 3
run: condor_restart -all
continue-on-error: true

- name: HTCondor
- name: Test HTCondor
run: su -c "condor_q" submituser

- uses: actions/checkout@v3

- name: Install poetry
run: su -c "pip${{ env.PYTHON_VERSION }} install poetry" submituser
run: |
su -c "pip${{ env.PYTHON_VERSION }} install poetry" submituser
su -c "export PATH=$PATH:/home/submituser/.local/bin" submituser
- name: Determine dependencies
run: su -c "poetry lock" submituser
Expand Down

0 comments on commit 75da2ad

Please sign in to comment.