File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -76,12 +76,13 @@ jobs:
76
76
ALIAS : ${{ steps.deployment.outputs.env }}
77
77
78
78
- name : Update Github Deployment
79
- uses : bobheadxi/deployments@v0.4.3
79
+ uses : bobheadxi/deployments@v1
80
80
if : ${{ always() }}
81
81
with :
82
82
step : finish
83
83
token : ${{ secrets.GITHUB_TOKEN }}
84
84
status : ${{ job.status }}
85
+ env : ${{ steps.deployment.outputs.env }}j
85
86
deployment_id : ${{ steps.deployment.outputs.deployment_id }}
86
87
env_url : ' https://${{ steps.deployment.outputs.env }}--relaxed-mooncake-704252.netlify.app'
87
88
logs : ' https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}'
Original file line number Diff line number Diff line change 32
32
- name : Install dependencies
33
33
run : |
34
34
python -m pip install --upgrade pip
35
- python -m pip install -e ".[all ]"
35
+ python -m pip install -e ".[dev,all_models ]"
36
36
- name : Run Tests
37
37
run : |
38
38
pytest -m 'not rsc_test and not docker' --cov --cov-report xml
You can’t perform that action at this time.
0 commit comments