From 830d70b32073fffd1ba2846dcc02b23bb8778e9a Mon Sep 17 00:00:00 2001 From: Tully Foote Date: Thu, 14 Nov 2024 15:05:17 -0800 Subject: [PATCH] run the install --- .github/workflows/basic-ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/basic-ci.yaml b/.github/workflows/basic-ci.yaml index 3301e98..8cec53e 100644 --- a/.github/workflows/basic-ci.yaml +++ b/.github/workflows/basic-ci.yaml @@ -37,6 +37,10 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} + - name: Install Dependencies And Self + run: | + python -m pip install --upgrade pip setuptools wheel + python -m pip install -e . - name: Check main runs run: | ${{ matrix.executable_name }} ubuntu 'true'