Skip to content

Commit 87ca1e0

Browse files
committed
ci: Remove the nix check from the CI run
Nobody is fixing it, so remove it. And if it should come back, make it a dedicated workflow running on a nightly timer, not on the critical path for PRs.
1 parent 49eb350 commit 87ca1e0

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -676,26 +676,6 @@ jobs:
676676
env
677677
cat config.vars
678678
VALGRIND=0 uv run eatmydata pytest tests/ -vvv ${GLOBAL_PYTEST_OPTS} -n ${PYTEST_PAR} ${PYTEST_OPTS}
679-
680-
check-flake:
681-
name: Check Nix Flake
682-
runs-on: ubuntu-22.04
683-
strategy:
684-
fail-fast: true
685-
steps:
686-
- name: Checkout
687-
uses: actions/checkout@v4
688-
with:
689-
submodules: 'recursive'
690-
- name: Check Nix flake inputs
691-
uses: DeterminateSystems/flake-checker-action@v8
692-
- name: Install Nix
693-
uses: cachix/install-nix-action@v31
694-
with:
695-
nix_path: nixpkgs=channel:nixos-unstable
696-
- name: Check flake
697-
run: nix flake check
698-
699679
gather:
700680
# A dummy task that depends on the full matrix of tests, and
701681
# signals successful completion. Used for the PR status to pass

0 commit comments

Comments
 (0)