1414 with :
1515 python-version : 3.8
1616 - name : Install Poetry
17- run : curl -sSL https://install.python-poetry.org | python3 - --version 1.2.1
17+ run : curl -sSL https://install.python-poetry.org | python3 - --version 1.4.0
1818 - name : Cache Poetry virtualenv
1919 uses : actions/cache@v1
2020 id : cache
3333 run : |
3434 poetry install -E gateway -E solver -E aws -E azure -E gcp
3535 poetry run pip install -r requirements-dev.txt
36- if : steps.cache.outputs.cache-hit != 'true'
3736 - name : Build package
3837 run : |
3938 export SKYPLANEVERSION=`poetry version | awk 'END {print $NF}'`
5453 with :
5554 python-version : 3.8
5655 - name : Install Poetry
57- run : curl -sSL https://install.python-poetry.org | python3 - --version 1.2.1
56+ run : curl -sSL https://install.python-poetry.org | python3 - --version 1.4.0
5857 - name : Cache Poetry virtualenv
5958 uses : actions/cache@v1
6059 id : cache
7271 run : |
7372 poetry install -E gateway -E solver -E aws -E azure -E gcp
7473 poetry run pip install -r requirements-dev.txt
75- if : steps.cache.outputs.cache-hit != 'true'
7674 - name : Build package under skyplane-dev name
7775 run : |
7876 sed -i 's/name = "skyplane"/name = "skyplane-dev"/g' pyproject.toml
9492 with :
9593 python-version : 3.8
9694 - name : Install Poetry
97- run : curl -sSL https://install.python-poetry.org | python3 - --version 1.2.1
95+ run : curl -sSL https://install.python-poetry.org | python3 - --version 1.4.0
9896 - name : Cache Poetry virtualenv
9997 uses : actions/cache@v1
10098 id : cache
@@ -112,7 +110,6 @@ jobs:
112110 run : |
113111 poetry install -E gateway -E solver -E aws -E azure -E gcp
114112 poetry run pip install -r requirements-dev.txt
115- if : steps.cache.outputs.cache-hit != 'true'
116113 - name : Build package under skyplane name
117114 run : |
118115 export SKYPLANEVERSION=`poetry version | awk 'END {print $NF}'`
0 commit comments