Skip to content

Commit

Permalink
Revert to GH-version
Browse files Browse the repository at this point in the history
  • Loading branch information
telackey committed Jan 23, 2024
1 parent 965d7db commit 348ae68
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 348ae68

Please sign in to comment.