dependabot[bot]
2 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
3 additions and
3 deletions
-
.github/workflows/deploy-docs.yml
-
.github/workflows/smokeshow.yml
-
.github/workflows/test.yml
|
|
@ -48,7 +48,7 @@ jobs: |
|
|
|
run: | |
|
|
|
rm -rf ./site |
|
|
|
mkdir ./site |
|
|
|
- uses: actions/download-artifact@v4 |
|
|
|
- uses: actions/download-artifact@v5 |
|
|
|
with: |
|
|
|
path: ./site/ |
|
|
|
pattern: docs-site-* |
|
|
|
|
|
@ -34,7 +34,7 @@ jobs: |
|
|
|
requirements**.txt |
|
|
|
pyproject.toml |
|
|
|
- run: uv pip install -r requirements-github-actions.txt |
|
|
|
- uses: actions/download-artifact@v4 |
|
|
|
- uses: actions/download-artifact@v5 |
|
|
|
with: |
|
|
|
name: coverage-html |
|
|
|
path: htmlcov |
|
|
|
|
|
@ -122,7 +122,7 @@ jobs: |
|
|
|
- name: Install Dependencies |
|
|
|
run: uv pip install -r requirements-tests.txt |
|
|
|
- name: Get coverage files |
|
|
|
uses: actions/download-artifact@v4 |
|
|
|
uses: actions/download-artifact@v5 |
|
|
|
with: |
|
|
|
pattern: coverage-* |
|
|
|
path: coverage |
|
|
|