Skip to content

Commit

Permalink
Run NixOS tests on NixOS unstable
Browse files Browse the repository at this point in the history
This way we get early notification of incompatibilities.
  • Loading branch information
akaihola committed Jul 9, 2023
1 parent 1e139d2 commit 2ed212d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-21.11
nix_path: nixpkgs=channel:nixos-unstable
- name: Download wheel uploaded by the build-wheel job
uses: actions/download-artifact@v3
- name: Run tests in nix-shell
Expand Down

0 comments on commit 2ed212d

Please sign in to comment.