Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
codewithnick authored Jul 12, 2023
1 parent c2e7118 commit f0a7b10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- name: Install dependencies
run: |
cd $GITHUB_WORKSPACE
pwd ls
pwd
ls
pip install -r requirements.txt
- name: run tests # run main.py
Expand Down

0 comments on commit f0a7b10

Please sign in to comment.