File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 run : make up
5050
5151 - name : install dependencies
52- run : pip install tox tox-gh-actions
52+ run : pip install --prefer-binary tox==4.58.0 tox-gh-actions==3.5.0
5353
5454 - name : tox
5555 run : tox
@@ -319,8 +319,8 @@ jobs:
319319
320320 - name : install and test
321321 run : |
322- poetry export -f requirements.txt -o requirements.txt
323- python3 -m pip install -r requirements.txt
322+ poetry export --only main - f requirements.txt -o requirements.txt
323+ python3 -m pip install --require-hashes - r requirements.txt
324324 python3 -m pip install --index-url https://test.pypi.org/simple/ "mesh-client==${RELEASE_VERSION}"
325325 INSTALLED_VERSION="$(python3 -c 'import mesh_client; print(mesh_client.__version__)')"
326326 if [[ "${INSTALLED_VERSION}" != "${RELEASE_VERSION}" ]]; then
You can’t perform that action at this time.
0 commit comments