From c5a6386a53f1d2c0b2f7cb4b00252cf816416135 Mon Sep 17 00:00:00 2001 From: pictuga Date: Fri, 23 Jun 2023 23:26:41 +0200 Subject: [PATCH] actions: fix python use --- .github/workflows/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 009dccf..5e6c254 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 - uses: https://github.com/actions/setup-python@v2 with: - python-version: 3.x + python-version: '>=3' - run: pip install --upgrade pip - run: pip install .[full] .[dev] - run: isort --check-only --diff .