Skip to content

Commit

Permalink
Bump carlkidcrypto/os-specific-runner from 2.1.0 to 2.1.1
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.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
dependabot[bot] authored Sep 27, 2024
1 parent 90e39fd commit ebdb2ef
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/[email protected].0
uses: carlkidcrypto/[email protected].1
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/[email protected].0
uses: carlkidcrypto/[email protected].1
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/[email protected].0
uses: carlkidcrypto/[email protected].1
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/[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 ;
Expand Down

0 comments on commit ebdb2ef

Please sign in to comment.