File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
28
28
jobs :
29
29
build :
30
- runs-on : ubuntu-latest
30
+ runs-on : blacksmith-4vcpu- ubuntu-2204
31
31
strategy :
32
32
fail-fast : false
33
33
matrix :
34
34
python-version : ["3.9", "3.10", "3.11"]
35
35
steps :
36
36
- uses : actions/checkout@v4
37
37
- name : Set up Python ${{ matrix.python-version }}
38
- uses : actions /setup-python@v5
38
+ uses : useblacksmith /setup-python@v6
39
39
with :
40
40
python-version : ${{ matrix.python-version }}
41
41
- name : Create a virtual environment
57
57
env :
58
58
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
59
59
integration :
60
- runs-on : ubuntu-latest
60
+ runs-on : blacksmith-4vcpu- ubuntu-2204
61
61
strategy :
62
62
fail-fast : false
63
63
matrix :
76
76
steps :
77
77
- uses : actions/checkout@v4
78
78
- name : Set up Python 3.9
79
- uses : actions /setup-python@v5
79
+ uses : useblacksmith /setup-python@v6
80
80
with :
81
81
python-version : 3.9
82
82
- name : Create a virtual environment
You can’t perform that action at this time.
0 commit comments