Skip to content

Commit

Permalink
Merge branch 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Dec 23, 2024
2 parents 6373e30 + b199763 commit 4730844
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
lint:
runs-on: blacksmith-2vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: useblacksmith/setup-python@v6
with:
Expand All @@ -27,7 +27,7 @@ jobs:
mypy:
runs-on: blacksmith-4vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: useblacksmith/setup-python@v6
with:
Expand All @@ -43,7 +43,7 @@ jobs:
test-sdist:
runs-on: blacksmith-4vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: useblacksmith/setup-python@v6
with:
Expand All @@ -64,7 +64,7 @@ jobs:
matrix:
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Download docker image
run: docker pull dmoj/runtimes-tier3
- name: Install python
Expand Down

0 comments on commit 4730844

Please sign in to comment.