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 7efbaa5 commit c2e7118
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
python-version: '3.10' # install the python version needed

- name: Install dependencies
run: ls
run: |
cd $GITHUB_WORKSPACE
pwd ls
pip install -r requirements.txt
- name: run tests # run main.py
working-directory: tests
Expand Down

0 comments on commit c2e7118

Please sign in to comment.