mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
Attempt fixing matrix env
This commit is contained in:
parent
9b17586988
commit
c72860f2bd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -24,8 +24,6 @@ jobs:
|
|||
os: [ubuntu-latest]
|
||||
nixpkgs_version: ["20.03", "master"]
|
||||
# os: [ubuntu-latest, macos-latest]
|
||||
env:
|
||||
NIX_PATH: "nixpkgs=https://github.com/NixOS/nixpkgs/archive/${{ matrix.nixpgs_version }}.tar.gz"
|
||||
steps:
|
||||
- uses: cachix/install-nix-action@v12
|
||||
- uses: actions/checkout@v1
|
||||
|
@ -34,3 +32,5 @@ jobs:
|
|||
name: poetry2nix
|
||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||
- run: nix-build --show-trace tests/default.nix
|
||||
env:
|
||||
NIX_PATH: "nixpkgs=https://github.com/NixOS/nixpkgs/archive/${{ matrix.nixpgs_version }}.tar.gz"
|
||||
|
|
Loading…
Add table
Reference in a new issue