From e52570e6a84094d3fe5ada53414de80050e1f852 Mon Sep 17 00:00:00 2001 From: unsemu Date: Thu, 26 Jan 2023 19:26:11 +0100 Subject: [PATCH] Implement suggestion mentioned in issue #7 --- .github/workflows/ci.yml | 2 +- README.md | 2 +- action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 369b471..77248a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - + - uses: VisiumCH/check-python-style@main with: python-version: "3.10" \ No newline at end of file diff --git a/README.md b/README.md index 6da4f9d..6ce249c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - + - uses: VisiumCH/check-python-style@main with: python-version: "3.10" diff --git a/action.yml b/action.yml index 3202030..8f61dac 100644 --- a/action.yml +++ b/action.yml @@ -19,7 +19,7 @@ runs: run: | python -m pip install --upgrade pip python -m pip install pipenv - pipenv install --dev --system --deploy + pipenv install --categories="dev-packages packages" --system --deploy shell: bash - name: Check formatting