Skip to content

Commit

Permalink
fix(cid): enable impure nix build
Browse files Browse the repository at this point in the history
required to admit NUMBA_CACHE_DIR from the system environment into the build environment
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
  • Loading branch information
cameronraysmith committed Jan 3, 2024
1 parent 6162007 commit 936d150
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,9 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@v9
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: nix flake check --impure --accept-flake-config
- run: nix build . --accept-flake-config
# - name: Setup tmate debug session
# uses: mxschmitt/action-tmate@v3
- run: nix build . --accept-flake-config --impure
env:
NUMBA_CACHE_DIR: ${{ runner.temp }}

Expand Down

0 comments on commit 936d150

Please sign in to comment.