Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
- run: python3 -m pip install --user hypothesis pytest tox coverage uv
- run: python3 -m pytest --doctest-modules --doctest-glob=df_config/*.py --doctest-glob=df_config/**/*.py
- run: python3 -m pip install --user hypothesis pytest uv
- run: python3 -m pytest rubymarshal/tests
- run: python3 -m uv build
- run: python3 -m uv publish
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ jobs:
- uses: actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
- run: python3 -m pip install --user hypothesis pytest
- run: python3 -m pip install --user hypothesis pytest uv
- run: python3 -m pytest rubymarshal/tests
- run: python3 -m uv build