We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f214f1 commit 71e837eCopy full SHA for 71e837e
.github/workflows/test.yaml
@@ -21,21 +21,17 @@ jobs:
21
test:
22
name: Test
23
runs-on: ubuntu-latest
24
+ defaults:
25
+ run:
26
+ shell: nix develop --command bash {0}
27
permissions:
28
contents: read # required for actions/checkout
29
steps:
30
- name: Check out the repo
31
uses: actions/checkout@v4
32
- - name: Setup python
- uses: actions/setup-python@v5
- with:
33
- python-version: "3.10"
34
-
35
- - name: Install uv
36
- uses: astral-sh/setup-uv@v5
37
38
- version: "0.7.17"
+ - name: Install nix
+ uses: DeterminateSystems/nix-installer-action@main
39
40
- name: Download dependencies
41
run: make init
0 commit comments