File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 - name : Install dependencies
5252 run : |
5353 python -m pip install --upgrade pip
54- python -m pip install "vetiver [dev]"
55- python -m pip install --upgrade git+https://github.com/rstudio/vetiver-python/@83620230873400fd81ac90b65468f09bb5961a0d
54+ python -m pip install ". [dev]"
55+ python -m pip install --upgrade git+https://github.com/rstudio/vetiver-python/@${{ github.sha }}
5656 - name : run RStudio Connect
5757 run : |
5858 docker-compose up --build -d
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ def deploy_rsconnect(
9999 overwrite = False ,
100100 )
101101
102- with open (temp + "requirements.txt" , "w" ) as file_ :
102+ with open (temp + "/ requirements.txt" , "w" ) as file_ :
103103 subprocess .call (["pip" , "freeze" ], stdout = file_ )
104104
105105 deploy_python_fastapi (
You can’t perform that action at this time.
0 commit comments