Skip to content

Commit

Permalink
run the install
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoote committed Nov 14, 2024
1 parent e40602f commit 830d70b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/basic-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 830d70b

Please sign in to comment.