-
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
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]>
- Loading branch information
1 parent
90e39fd
commit ebdb2ef
Showing
2 changed files
with
4 additions
and
4 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 |
---|---|---|
|
@@ -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_api/purpleair_api/ && | ||
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_api/purpleair_api/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 |
---|---|---|
|
@@ -41,7 +41,7 @@ jobs: | |
python-version: "3.10" | ||
|
||
- name: Install python3 requirements... | ||
uses: carlkidcrypto/[email protected].0 | ||
uses: carlkidcrypto/[email protected].1 | ||
with: | ||
linux: cd /home/runner/work/purpleair_api/purpleair_api/ ; | ||
python -m pip install --upgrade wheel ; | ||
|
@@ -51,7 +51,7 @@ jobs: | |
python -m pip install requests_mock ; | ||
|
||
- name: Run unit tests... | ||
uses: carlkidcrypto/[email protected].0 | ||
uses: carlkidcrypto/[email protected].1 | ||
with: | ||
linux: cd /home/runner/work/purpleair_api/purpleair_api/tests ; | ||
coverage run -m unittest && coverage json ; | ||
|