File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}'
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments