Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 995247b

Browse files
committedFeb 17, 2025·
switch to legacy commands in Nix CI
1 parent ef446a7 commit 995247b

File tree

2 files changed

+2
-31
lines changed

2 files changed

+2
-31
lines changed
 

‎.github/workflows/nix.yml

-27
This file was deleted.

‎.github/workflows/pythonapp.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ jobs:
2323
with:
2424
name: pysisyphus
2525
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
26-
- run: nix flake --allow-import-from-derivation check
27-
- run: nix build --print-build-logs
28-
- run: nix develop --command echo ""
29-
26+
- run: nix-build nix/
27+
- run: nix-shell nix/ --run "echo OK"
3028
build:
3129
runs-on: ubuntu-latest
3230
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.