Skip to content

Commit

Permalink
[ci] Test new GH runners (#1098)
Browse files Browse the repository at this point in the history
* [DO NOT MERGE] Test new GH runners

Testing new GH runners. Do not merge until the new runners have been finalized.

* Update .github/workflows/py-unittests.yml

* Changes

* Update .github/workflows/py-formatting.yml

* Update .github/workflows/py-unittests.yml

---------

Co-authored-by: Isaac Virshup <[email protected]>
  • Loading branch information
ebezzi and ivirshup authored Aug 7, 2024
1 parent eb8f449 commit 977dc5d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docsite-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: single-cell-8c64g-runner
runs-on: sc-dev-64g-runner
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Run Profiler
strategy:
matrix:
os: [single-cell-8c64g-runner]
os: [sc-dev-64g-runner]
python-version: ["3.11"]
runs-on: ${{matrix.os}}
permissions: # these permissions must be set for AWS auth to work!
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/py-dependency-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false # don't fail-fast, as errors are often specific to a single cell in the matrix
matrix:
os: [single-cell-8c64g-runner, macos-latest]
os: [sc-dev-64g-runner, macos-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
exclude:
- os: macos-latest
Expand All @@ -34,7 +34,7 @@ jobs:

steps:
- name: install tooling
if: matrix.os == 'single-cell-8c64g-runner'
if: matrix.os == 'sc-dev-64g-runner'
run: |
sudo apt-get update && sudo apt-get install -y jq
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/py-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false # Don't stop the workflow if one of the jobs fails
matrix:
os: [single-cell-8c64g-runner, macos-latest]
os: [sc-dev-64g-runner, macos-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
exclude:
- os: macos-latest
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
unit_tests_builder:
strategy:
matrix:
os: [single-cell-8c64g-runner]
os: [sc-dev-64g-runner]
python-version: ["3.11"]

runs-on: ${{matrix.os}}
Expand Down

0 comments on commit 977dc5d

Please sign in to comment.