File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11if command -v pyenv > /dev/null 2>&1 ; then
2+ echo " alpha"
23 layout pyenv $( cat runtimes.txt)
34elif command -v nix > /dev/null 2>&1 ; then
5+ echo " beta"
46 use flake
57 layout python python3.14
68 watch_file external/**
9+ else
10+ echo " gamma"
711fi
Original file line number Diff line number Diff line change 99 pre-commit :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
13- - uses : DeterminateSystems/nix-installer-action@v3
14- - uses : DeterminateSystems/magic-nix-cache-action@main
15- - uses : HatsuneMiku3939/direnv-action@v1
12+ - uses : actions/checkout@v6
13+ - uses : DeterminateSystems/nix-installer-action@v21
14+ - uses : DeterminateSystems/magic-nix-cache-action@v13
15+ - run : nix profile install nixpkgs#direnv
16+ - run : |
17+ direnv allow .
18+ direnv export bash >> "$GITHUB_ENV"
1619 - run : |
1720 pip install -r requirements/pre-commit.txt
1821 pre-commit run -a
Original file line number Diff line number Diff line change 99 test :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
13- - uses : DeterminateSystems/nix-installer-action@v3
14- - uses : DeterminateSystems/magic-nix-cache-action@main
15- - uses : HatsuneMiku3939/direnv-action@v1
12+ - uses : actions/checkout@v6
13+ - uses : DeterminateSystems/nix-installer-action@v21
14+ - uses : DeterminateSystems/magic-nix-cache-action@v13
15+ - run : nix profile install nixpkgs#direnv
16+ - run : |
17+ direnv allow .
18+ direnv export bash >> "$GITHUB_ENV"
1619 - run : |
1720 pip install -r requirements/test.txt
1821 tox
You can’t perform that action at this time.
0 commit comments