Skip to content

Commit 7e3bc69

Browse files
committed
remove quartodoc in tests
1 parent 470837a commit 7e3bc69

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,13 @@ jobs:
7676
ALIAS: ${{ steps.deployment.outputs.env }}
7777

7878
- name: Update Github Deployment
79-
uses: bobheadxi/deployments@v0.4.3
79+
uses: bobheadxi/deployments@v1
8080
if: ${{ always() }}
8181
with:
8282
step: finish
8383
token: ${{ secrets.GITHUB_TOKEN }}
8484
status: ${{ job.status }}
85+
env: ${{ steps.deployment.outputs.env }}j
8586
deployment_id: ${{ steps.deployment.outputs.deployment_id }}
8687
env_url: 'https://${{ steps.deployment.outputs.env }}--relaxed-mooncake-704252.netlify.app'
8788
logs: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}'

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install dependencies
3333
run: |
3434
python -m pip install --upgrade pip
35-
python -m pip install -e ".[all]"
35+
python -m pip install -e ".[dev,all_models]"
3636
- name: Run Tests
3737
run: |
3838
pytest -m 'not rsc_test and not docker' --cov --cov-report xml

0 commit comments

Comments
 (0)