Skip to content

Commit

Permalink
using the latest install-nix-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
tewfik-ghariani committed Dec 19, 2020
1 parent faed063 commit daa0cda
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
fetch-depth: 0
- name: Nix
uses: cachix/install-nix-action@v8
uses: cachix/install-nix-action@v12
- name: Prefetch shell.nix
run: 'nix-shell --run true'
- name: Parsing
Expand All @@ -26,7 +26,7 @@ jobs:
with:
fetch-depth: 0
- name: Nix
uses: cachix/install-nix-action@v8
uses: cachix/install-nix-action@v12
- name: Prefetch shell.nix
run: 'nix-shell --run true'
- name: Build
Expand All @@ -39,7 +39,7 @@ jobs:
with:
fetch-depth: 0
- name: Nix
uses: cachix/install-nix-action@v8
uses: cachix/install-nix-action@v12
- name: Prefetch shell.nix
run: 'nix-shell --run true'
- name: Black
Expand All @@ -52,7 +52,7 @@ jobs:
with:
fetch-depth: 0
- name: Nix
uses: cachix/install-nix-action@v8
uses: cachix/install-nix-action@v12
- name: Prefetch shell.nix
run: 'nix-shell --run true'
- name: Mypy
Expand All @@ -65,7 +65,7 @@ jobs:
with:
fetch-depth: 0
- name: Nix
uses: cachix/install-nix-action@v8
uses: cachix/install-nix-action@v12
- name: Prefetch shell.nix
run: 'nix-shell --run true'
- name: Mypy
Expand All @@ -78,7 +78,7 @@ jobs:
with:
fetch-depth: 0
- name: Nix
uses: cachix/install-nix-action@v8
uses: cachix/install-nix-action@v12
- name: Prefetch shell.nix
run: 'nix-shell --run true'
- name: Mypy Ratchet
Expand All @@ -91,7 +91,7 @@ jobs:
with:
fetch-depth: 0
- name: Nix
uses: cachix/install-nix-action@v8
uses: cachix/install-nix-action@v12
- name: Prefetch shell.nix
run: 'nix-shell --run true'
- name: Coverage
Expand All @@ -104,7 +104,7 @@ jobs:
with:
fetch-depth: 0
- name: Nix
uses: cachix/install-nix-action@v8
uses: cachix/install-nix-action@v12
# To use nixFlake in the next step
- name: Prefetch shell.nix
run: 'nix-shell --run true'
Expand All @@ -120,7 +120,7 @@ jobs:
with:
fetch-depth: 0
- name: Nix
uses: cachix/install-nix-action@v8
uses: cachix/install-nix-action@v12
- name: Prefetch shell.nix
run: 'nix-shell --run true'
- name: Poetry Locks Consistent
Expand Down

0 comments on commit daa0cda

Please sign in to comment.