Skip to content

Commit 3683de1

Browse files
committed
push CI
1 parent d80d39c commit 3683de1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ env:
2323

2424
jobs:
2525
test:
26+
runs-on: ubuntu-latest
2627
strategy:
2728
matrix:
2829
os: ubuntu-latest
@@ -50,7 +51,7 @@ jobs:
5051
# python-version: "3.11"
5152
# pydantic-version: pydantic-v2
5253
fail-fast: false
53-
runs-on: ${{ matrix.os }}
54+
# runs-on: ${{ matrix.os }}
5455
steps:
5556
- uses: actions/checkout@v4
5657
- name: Set up Python

0 commit comments

Comments
 (0)