diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0f1acc9..0538c84 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-python@v5.3.0 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 diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index eb9ab1f..384394f 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -18,5 +18,6 @@ jobs: - uses: actions/setup-python@v5.3.0 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