File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222 name : Python ${{ matrix.python-version }} tests
2323 steps :
24- - uses : actions/checkout@v5
24+ - name : Checkout repository with LFS
25+ uses : actions/checkout@v5
2526 with :
2627 lfs : ' true'
2728
3637 enable-cache : true
3738
3839 - name : Install package
39- run : uv sync --extra dev
40+ run : uv sync --extra dev --frozen
4041
4142 - name : Run linting
4243 run : uv run ruff check ncompare
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ jobs:
164164 echo "✅ Tagged $VERSION"
165165
166166 - name : Install dependencies
167- run : uv sync --extra dev
167+ run : uv sync --extra dev --frozen
168168
169169 - name : Build package
170170 run : uv build
Original file line number Diff line number Diff line change 1616 - pip install uv
1717 post_install :
1818 # Install dependencies into the RTD virtualenv using uv
19- - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv sync --extra dev
19+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv sync --extra dev --frozen
2020 # Replace the 'mkdocs' key with a manual 'build' job
2121 build :
2222 html :
You can’t perform that action at this time.
0 commit comments