Revert to GH-version

This commit is contained in:
Thomas E Lackey 2024-01-23 00:03:28 -06:00
parent 965d7dbb66
commit 348ae680c6

View File

@ -35,9 +35,6 @@ jobs:
if: env.GIT_DIFF if: env.GIT_DIFF
python-lint: python-lint:
# For compatibility with Gitea
env:
USER: root
name: Run flake8 on python integration tests name: Run flake8 on python integration tests
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -52,4 +49,4 @@ jobs:
**/**.py **/**.py
- run: | - run: |
nix-shell -I nixpkgs=./nix -p test-env --run "make lint-py" nix-shell -I nixpkgs=./nix -p test-env --run "make lint-py"
if: env.GIT_DIFF if: env.GIT_DIFF