Skip to content

Commit

Permalink
Bump carlkidcrypto/os-specific-runner from 2.1.0 to 2.1.1 (#151)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos <[email protected]>
  • Loading branch information
dependabot[bot] and carlkidcrypto authored Oct 3, 2024
1 parent b1b65e9 commit 9425481
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/behave_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
Expand All @@ -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 ;
Expand Down
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_data_logger/purpleair_data_logger/ &&
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_data_logger/purpleair_data_logger/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 @@ -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 ;
Expand All @@ -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;
Expand Down

0 comments on commit 9425481

Please sign in to comment.