File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 19192020 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
Original file line number Diff line number Diff line change 18181919 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
You can’t perform that action at this time.
0 commit comments