Skip to content

Commit

Permalink
Test PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisspeer committed Mar 22, 2024
1 parent 75da2ad commit 89f80ce
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,7 @@ jobs:
yum install -y python${{ env.PYTHON_VERSION }}-devel
yum install -y gcc
- name: test user
run: |
whoami
pwd
ls -lah
- name: test user
- name: Test submtiuser
run: |
su -c "whoami" submituser
su -c "pwd" submituser
Expand All @@ -102,6 +96,12 @@ jobs:
su -c "pip${{ env.PYTHON_VERSION }} install poetry" submituser
su -c "export PATH=$PATH:/home/submituser/.local/bin" submituser
- name: Test PATH
run: |
su -c "echo $PATH" submituser
echo $PATH
ls -lah /home/submituser/.local/bin
- name: Determine dependencies
run: su -c "poetry lock" submituser

Expand Down

0 comments on commit 89f80ce

Please sign in to comment.