From 348ae680c620df37bafae2f74f31afb718318eb6 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Tue, 23 Jan 2024 00:03:28 -0600 Subject: [PATCH] Revert to GH-version --- .github/workflows/lint.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3a839689..b79a434d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -35,9 +35,6 @@ jobs: if: env.GIT_DIFF python-lint: - # For compatibility with Gitea - env: - USER: root name: Run flake8 on python integration tests runs-on: ubuntu-latest steps: @@ -52,4 +49,4 @@ jobs: **/**.py - run: | nix-shell -I nixpkgs=./nix -p test-env --run "make lint-py" - if: env.GIT_DIFF + if: env.GIT_DIFF \ No newline at end of file