Skip to content

Commit

Permalink
Bump carlkidcrypto/os-specific-runner from 2.0.0 to 2.1.0 (#69)
Browse files Browse the repository at this point in the history
Bumps [carlkidcrypto/os-specific-runner](https://github.com/carlkidcrypto/os-specific-runner) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/carlkidcrypto/os-specific-runner/releases)
- [Commits](carlkidcrypto/os-specific-runner@v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: carlkidcrypto/os-specific-runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 0d7124b commit 1ea5cd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sphinx_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
python-version: "3.10"

- name: Install python3/os requirements...
uses: carlkidcrypto/os-specific-runner@v2.0.0
uses: carlkidcrypto/os-specific-runner@v2.1.0
with:
linux: cd /home/runner/work/purpleair_api/purpleair_api/ &&
python -m pip install --upgrade wheel &&
Expand All @@ -49,7 +49,7 @@ jobs:
python -m pip install . --user;

- name: Run sphinx...
uses: carlkidcrypto/os-specific-runner@v2.0.0
uses: carlkidcrypto/os-specific-runner@v2.1.0
with:
linux: cd /home/runner/work/purpleair_api/purpleair_api/sphinx_docs_build;
mkdir source/_static;
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python-version: "3.10"

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

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

0 comments on commit 1ea5cd9

Please sign in to comment.