Skip to content

Commit

Permalink
fixup! CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Feb 14, 2024
1 parent eb9a028 commit 5edc7d8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/nix-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
strategy:
matrix:
os: [ macos-latest, ubuntu-latest ]
channel: [ nixos-23.11 nixpkgs-23.11-darwin ]
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -16,10 +17,13 @@
# Fetch the whole history for all tags and branches (required for aleph.__version__)
fetch-depth: 0

- name: Setup empty config file
run: touch config.yml

- name: Set up Nix
uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-23.11
nix_path: nixpkgs=channel:${{ matrix.channel }}

- name: Run tests
run: nix-shell --run "pytest"

0 comments on commit 5edc7d8

Please sign in to comment.