-
-
Notifications
You must be signed in to change notification settings - Fork 0
Use UV_NO_SYNC #61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use UV_NO_SYNC #61
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,8 +16,8 @@ jobs: | |
| outputs: | ||
| docker-tag: ${{ steps.docker-tag.outputs.docker-tag }} | ||
| env: | ||
| UV_NO_SYNC: 1 | ||
| PYTHON_APP_ENVIRONMENT: development | ||
| CI: true # Enable pytest CI mode | ||
| steps: | ||
| - name: Checkout repository | ||
| uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 | ||
|
|
@@ -42,12 +42,12 @@ jobs: | |
| shell: bash | ||
|
|
||
| - name: Unit tests | ||
| run: uv run --frozen -- pytest --cov=python_template --cov-branch tests/unit | ||
| run: uv run -- pytest --cov=python_template --cov-branch tests/unit | ||
|
||
| shell: bash | ||
|
|
||
| - name: Integration tests | ||
| if: false | ||
| run: uv run --frozen -- pytest --cov=python_template --cov-branch --cov-append tests/integration | ||
| run: uv run -- pytest --cov=python_template --cov-branch --cov-append tests/integration | ||
AndreuCodina marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| shell: bash | ||
|
|
||
| - name: Set up Docker Buildx | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.