Skip to content

Commit 4dd9557

Browse files
blacksmith.sh: Migrate workflows to Blacksmith (#149)
Migrate workflows to Blacksmith Co-authored-by: blacksmith-sh[bot] <157653362+blacksmith-sh[bot]@users.noreply.github.com>
1 parent d59c5f7 commit 4dd9557

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run-tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ on:
2727

2828
jobs:
2929
build:
30-
runs-on: ubuntu-latest
30+
runs-on: blacksmith-4vcpu-ubuntu-2204
3131
strategy:
3232
fail-fast: false
3333
matrix:
3434
python-version: ["3.9", "3.10", "3.11"]
3535
steps:
3636
- uses: actions/checkout@v4
3737
- name: Set up Python ${{ matrix.python-version }}
38-
uses: actions/setup-python@v5
38+
uses: useblacksmith/setup-python@v6
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
- name: Create a virtual environment
@@ -57,7 +57,7 @@ jobs:
5757
env:
5858
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5959
integration:
60-
runs-on: ubuntu-latest
60+
runs-on: blacksmith-4vcpu-ubuntu-2204
6161
strategy:
6262
fail-fast: false
6363
matrix:
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- uses: actions/checkout@v4
7878
- name: Set up Python 3.9
79-
uses: actions/setup-python@v5
79+
uses: useblacksmith/setup-python@v6
8080
with:
8181
python-version: 3.9
8282
- name: Create a virtual environment

0 commit comments

Comments
 (0)