Skip to content

Commit 23993f6

Browse files
authored
Merge pull request #17 from d9pouces/dev
ci: add Python 3.14 to actions
2 parents 6e238d4 + 1b49153 commit 23993f6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/[email protected]
2020
with:
2121
python-version: ${{ matrix.python-version }}
22-
- run: python3 -m pip install --user hypothesis pytest tox coverage uv
23-
- run: python3 -m pytest --doctest-modules --doctest-glob=df_config/*.py --doctest-glob=df_config/**/*.py
22+
- run: python3 -m pip install --user hypothesis pytest uv
23+
- run: python3 -m pytest rubymarshal/tests
2424
- run: python3 -m uv build
2525
- run: python3 -m uv publish

.github/workflows/pytest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ jobs:
1818
- uses: actions/[email protected]
1919
with:
2020
python-version: ${{ matrix.python-version }}
21-
- run: python3 -m pip install --user hypothesis pytest
21+
- run: python3 -m pip install --user hypothesis pytest uv
2222
- run: python3 -m pytest rubymarshal/tests
23+
- run: python3 -m uv build

0 commit comments

Comments
 (0)