Skip to content

Commit 898cae2

Browse files
committed
ci: Remove nix check from the critical path in ci.yaml
1 parent d66c055 commit 898cae2

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -677,24 +677,6 @@ jobs:
677677
cat config.vars
678678
VALGRIND=0 uv run eatmydata pytest tests/ ${GLOBAL_PYTEST_OPTS} -n ${PYTEST_PAR} ${PYTEST_OPTS}
679679
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
698680
699681
gather:
700682
# A dummy task that depends on the full matrix of tests, and

0 commit comments

Comments
 (0)