Skip to content

Commit

Permalink
carlkidcrypto/[email protected]
Browse files Browse the repository at this point in the history
carlkidcrypto/[email protected]
  • Loading branch information
carlkidcrypto committed Dec 16, 2023
1 parent 44db238 commit 5844b01
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/behave_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install python3 requirements...
uses: knicknic/os-specific-run@v1.0.4
uses: carlkidcrypto/os-specific-runner@v2.0.0
with:
macos: cd /Users/runner/work/purpleair_data_logger/purpleair_data_logger/ ;
python -m pip install --upgrade wheel ;
Expand All @@ -58,7 +58,7 @@ jobs:
env:
PAA_API_READ_KEY: ${{secrets.PAA_API_READ_KEY}}
PAA_API_WRITE_KEY: ${{secrets.PAA_API_WRITE_KEY}}
uses: knicknic/os-specific-run@v1.0.4
uses: carlkidcrypto/os-specific-runner@v2.0.0
with:
macos: cd /Users/runner/work/purpleair_data_logger/purpleair_data_logger/behave_tests/ ;
behave --junit --junit-directory junit_reports ;
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sphinx_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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_data_logger/purpleair_data_logger/ &&
python -m pip install --upgrade wheel &&
Expand All @@ -30,7 +30,7 @@ jobs:
python -m pip install . --user

- name: Run sphinx...
uses: knicknic/os-specific-run@v1.0.4
uses: carlkidcrypto/os-specific-runner@v2.0.0
with:
linux: cd /home/runner/work/purpleair_data_logger/purpleair_data_logger/sphinx_docs_build ;
make html
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- 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_data_logger/purpleair_data_logger/ ;
python -m pip install --upgrade wheel ;
Expand All @@ -54,7 +54,7 @@ jobs:
python -m pip install purpleair_api ;

- 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_data_logger/purpleair_data_logger/tests ;
coverage run -m unittest && coverage json -o ${{matrix.os}}_${{matrix.python-version}}_coverage.json;
Expand Down

0 comments on commit 5844b01

Please sign in to comment.