Skip to content

Commit

Permalink
show path before and after
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Aug 5, 2024
1 parent 9b8208d commit 14be51c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/multitenet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ jobs:
steps:
- run: docker run -d --name ubuntu ubuntu:22.04 tail -f /dev/null
- uses: actions/checkout@v4
- run: echo $PATH
- uses: actions/setup-python@v5
with:
python-version: '3.8'
- run: echo $PATH
- run: python3 -m pip install -r requirements.txt
- run: pipx install crudini

0 comments on commit 14be51c

Please sign in to comment.