-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump carlkidcrypto/os-specific-runner from 2.1.0 to 2.1.1 (#151)
Bumps [carlkidcrypto/os-specific-runner](https://github.com/carlkidcrypto/os-specific-runner) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/carlkidcrypto/os-specific-runner/releases) - [Commits](carlkidcrypto/os-specific-runner@v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: carlkidcrypto/os-specific-runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlos <[email protected]>
- Loading branch information
1 parent
b1b65e9
commit 9425481
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ jobs: | |
python-version: ${{ matrix.python-version }} | ||
|
||
- name: Install python3 requirements... | ||
uses: carlkidcrypto/[email protected].0 | ||
uses: carlkidcrypto/[email protected].1 | ||
with: | ||
macos: cd /Users/runner/work/purpleair_data_logger/purpleair_data_logger/ ; | ||
python -m pip install --upgrade wheel ; | ||
|
@@ -77,7 +77,7 @@ jobs: | |
env: | ||
PAA_API_READ_KEY: ${{secrets.PAA_API_READ_KEY}} | ||
PAA_API_WRITE_KEY: ${{secrets.PAA_API_WRITE_KEY}} | ||
uses: carlkidcrypto/[email protected].0 | ||
uses: carlkidcrypto/[email protected].1 | ||
with: | ||
macos: cd /Users/runner/work/purpleair_data_logger/purpleair_data_logger/behave_tests/ ; | ||
behave --junit --junit-directory junit_reports ; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
python-version: "3.10" | ||
|
||
- name: Install python3/os requirements... | ||
uses: carlkidcrypto/[email protected].0 | ||
uses: carlkidcrypto/[email protected].1 | ||
with: | ||
linux: cd /home/runner/work/purpleair_data_logger/purpleair_data_logger/ && | ||
python -m pip install --upgrade wheel && | ||
|
@@ -49,7 +49,7 @@ jobs: | |
python -m pip install . --user; | ||
|
||
- name: Run sphinx... | ||
uses: carlkidcrypto/[email protected].0 | ||
uses: carlkidcrypto/[email protected].1 | ||
with: | ||
linux: cd /home/runner/work/purpleair_data_logger/purpleair_data_logger/sphinx_docs_build; | ||
mkdir source/_static; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ jobs: | |
python-version: ${{ matrix.python-version }} | ||
|
||
- name: Install python3 requirements... | ||
uses: carlkidcrypto/[email protected].0 | ||
uses: carlkidcrypto/[email protected].1 | ||
with: | ||
linux: cd /home/runner/work/purpleair_data_logger/purpleair_data_logger/ ; | ||
python -m pip install --upgrade wheel ; | ||
|
@@ -75,7 +75,7 @@ jobs: | |
python -m pip install purpleair_api ; | ||
|
||
- name: Run unit tests... | ||
uses: carlkidcrypto/[email protected].0 | ||
uses: carlkidcrypto/[email protected].1 | ||
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; | ||
|