File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9999 uses : actions/setup-python@v4
100100 with :
101101 python-version : ' 3.10'
102+ - name : Install the latest version of the project
103+ run : |
104+ git pull
105+ pip install poetry
106+ poetry install
102107 - name : Ensure correct Python version with Poetry
103108 run : poetry env use 3.10
104109 - name : Check Python version
@@ -110,11 +115,6 @@ jobs:
110115 github_token : ${{ secrets.ADMIN_TOKEN }} # Use the new token for authentication
111116 git_committer_name : " OpenAdapt Bot"
112117 git_committer_email :
" [email protected] " 113- - name : Install the latest version of the project
114- run : |
115- git pull
116- pip install poetry
117- poetry install
118118 - name : Upload release assets
119119 env :
120120 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments