Skip to content

Commit

Permalink
Update tests.yml (#28)
Browse files Browse the repository at this point in the history
- switching to carlkidcrypto/[email protected]
  • Loading branch information
carlkidcrypto authored Dec 16, 2023
1 parent 8ad75f8 commit 0c646c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: "3.10"

- name: Install python3 requirements...
uses: knicknic/os-specific-run@v1.0.4
uses: carlkidcrypto/os-specific-runner@v2.0.0
with:
linux: cd /home/runner/work/purpleair_api/purpleair_api/ ;
python -m pip install --upgrade wheel ;
Expand All @@ -31,7 +31,7 @@ jobs:
python -m pip install requests_mock ;

- name: Run unit tests...
uses: knicknic/os-specific-run@v1.0.4
uses: carlkidcrypto/os-specific-runner@v2.0.0
with:
linux: cd /home/runner/work/purpleair_api/purpleair_api/tests ;
coverage run -m unittest && coverage json ;
Expand Down

0 comments on commit 0c646c6

Please sign in to comment.