Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump carlkidcrypto/os-specific-runner from 2.1.0 to 2.1.1 #101

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1.0
uses: carlkidcrypto/os-specific-runner@v2.1.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/os-specific-runner@v2.1.0
uses: carlkidcrypto/os-specific-runner@v2.1.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/os-specific-runner@v2.1.0
uses: carlkidcrypto/os-specific-runner@v2.1.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/os-specific-runner@v2.1.0
uses: carlkidcrypto/os-specific-runner@v2.1.1
with:
linux: cd /home/runner/work/purpleair_api/purpleair_api/tests ;
coverage run -m unittest && coverage json ;
Expand Down