Skip to content

Commit

Permalink
#3 go one level up and tree
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Gavryliuk committed Dec 7, 2023
1 parent 4c35ef0 commit c26eecd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- run: cd ..
- run: pwd
- run: tree
- run: pip install -r requirements.txt
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@

venv
.venv
.env

0 comments on commit c26eecd

Please sign in to comment.