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 b654e2d commit f016402
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
python-version: '3.10' # install the python version needed

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest requests bs4
uses: py-actions/py-dependency-install@v4
with:
path: "requirements.txt"

- name: run tests # run main.py
working-directory: tests
Expand Down

0 comments on commit f016402

Please sign in to comment.