Skip to content

Commit 48ae747

Browse files
committed
Build taxi with all plugins to ensure correct pkgs
1 parent b6ed6de commit 48ae747

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,12 @@ jobs:
3131
if: "steps.nix-cache.outputs.cache-hit == 'true'"
3232
run: "nix-store --import < /tmp/nixcache"
3333

34-
- name: Run tests
34+
- name: Run taxi tests
3535
run: nix build -L .#checks.x86_64-linux.taxi-python${{ matrix.python-version }}
3636

37+
- name: Build taxi with all plugins
38+
run: nix build -L .#taxi-with-all-plugins
39+
3740
- name: "Export Nix store cache"
3841
if: "steps.nix-cache.outputs.cache-hit != 'true'"
3942
run: "nix-store --export $(find /nix/store -maxdepth 1 -name '*-*') > /tmp/nixcache"

0 commit comments

Comments
 (0)