File tree Expand file tree Collapse file tree 2 files changed +5
-87
lines changed Expand file tree Collapse file tree 2 files changed +5
-87
lines changed Original file line number Diff line number Diff line change 7777 with :
7878 python-version : 3.7
7979 - run : |
80- curl -sSL https://install.python-poetry.org | python3 - --version 1.4.2
80+ curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
8181 - run : |
8282 poetry install
8383 poetry run pytest -v tests/unit
9797 - uses : actions/setup-python@v4
9898 with :
9999 python-version : 3.7
100- - run : curl -sSL https://install.python-poetry.org | python3 - --version 1.4.2
100+ - run : curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
101101 - run : |
102102 poetry install
103103 poetry build
@@ -122,7 +122,7 @@ jobs:
122122 - build
123123 runs-on : ubuntu-latest
124124 if : |
125- !contains(github.event.issue.labels.*.name, " skip-ui-tests" )
125+ !contains(github.event.issue.labels.*.name, ' skip-ui-tests' )
126126 permissions :
127127 id-token : write
128128 contents : read
@@ -232,7 +232,7 @@ jobs:
232232 - uses : actions/setup-python@v4
233233 with :
234234 python-version : " 3.7"
235- - run : curl -sSL https://install.python-poetry.org | python3 - --version 1.4.2
235+ - run : curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
236236 - id : semantic
237237 uses : splunk/semantic-release-action@v1.3
238238 with :
You can’t perform that action at this time.
0 commit comments