Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad-fiaz authored Dec 7, 2023
1 parent ddcf643 commit 52c1fda
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ jobs:
with:
python-version: 3.8

- name: Checkout Repository
uses: actions/checkout@v2

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r ${{ github.workspace }}/requirements.txt
python -m pip install -r checkversions/requirements.txt
pip install pytest
- name: Run tests
run: pytest tests
run: pytest checkversions/tests

0 comments on commit 52c1fda

Please sign in to comment.