From 5fd1bb0379bf645f5767f6a578bb089486af7044 Mon Sep 17 00:00:00 2001 From: Derek Hensley Date: Thu, 15 Feb 2024 19:18:58 -0800 Subject: [PATCH] ci --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46adad3..e9062dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,9 @@ jobs: - name: Get the dependency run: cp deps_repo/yoshis-story/* . + - name: venv + run: make venv -j $(nproc) VERSION=${{ mactrix.version }} + - name: Setup run: make setup -j $(nproc) VERSION=${{ matrix.version }}