diff --git a/.github/workflows/build_publish.yml b/.github/workflows/build_publish.yml index be40fff..bb40517 100644 --- a/.github/workflows/build_publish.yml +++ b/.github/workflows/build_publish.yml @@ -14,9 +14,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: 3.9 - - uses: Gr1N/setup-poetry@v7 - with: - poetry-version: 1.2.0 + - uses: Gr1N/setup-poetry@v8 - run: poetry install - run: poetry run poe checks - run: poetry run poe tests_unit @@ -31,9 +29,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: 3.9 - - uses: Gr1N/setup-poetry@v7 - with: - poetry-version: 1.2.0 + - uses: Gr1N/setup-poetry@v8 - name: Get git release tag run: echo "::set-output name=git-release-tag::dapp-manager $(git describe --tags)" id: git_describe @@ -64,9 +60,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: 3.9 - - uses: Gr1N/setup-poetry@v7 - with: - poetry-version: 1.2.0 + - uses: Gr1N/setup-poetry@v8 - name: Retrieve the built package uses: actions/download-artifact@v2 with: @@ -88,9 +82,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: 3.9 - - uses: Gr1N/setup-poetry@v7 - with: - poetry-version: 1.2.0 + - uses: Gr1N/setup-poetry@v8 - name: Retrieve the built package uses: actions/download-artifact@v2 with: diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 1e76185..b8451b6 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -25,10 +25,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - - uses: Gr1N/setup-poetry@v7 - with: - poetry-version: 1.2.0 - + - uses: Gr1N/setup-poetry@v8 - run: poetry install - run: poetry run poe checks_codestyle - run: poetry run poe checks_typing diff --git a/.github/workflows/unit_test.yml b/.github/workflows/unit_test.yml index 24708b7..7b17fda 100644 --- a/.github/workflows/unit_test.yml +++ b/.github/workflows/unit_test.yml @@ -25,9 +25,6 @@ jobs: - uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - - uses: Gr1N/setup-poetry@v7 - with: - poetry-version: 1.2.0 - + - uses: Gr1N/setup-poetry@v8 - run: poetry install - run: poetry run poe tests_unit diff --git a/pyproject.toml b/pyproject.toml index a80a03c..e571173 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dapp-manager" -version = "0.1.1" +version = "0.1.2" description = "Golem dapp-manager - run decetralized apps on the Golem Network using a 'docker-compose'-like interface" authors = ["Golem Factory "] license = "LGPL-3.0" @@ -35,7 +35,7 @@ psutil = "^5.9" appdirs = "^1.4" click = "^7.0" # requires bump to goth's dependencies https://github.com/golemfactory/goth/issues/605 pydantic = "^1.9" -dapp-runner = "^0.1.1" +dapp-runner = "^0.1.2" [tool.poetry.group.dev.dependencies] setuptools = "*" # implicitly required by liccehck diff --git a/sample_config.yml b/sample_config.yml index 9f2cce3..8588069 100644 --- a/sample_config.yml +++ b/sample_config.yml @@ -8,4 +8,4 @@ yagna: payment: budget: 1.0 driver: "erc20" - network: "rinkeby" + network: "goerli"