Skip to content

Commit

Permalink
export in lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-wilkins committed Nov 13, 2024
1 parent 3f9b6b5 commit cbfb838
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Set up python paths
- run: |
export PYTHONPATH=pyspinw
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit cbfb838

Please sign in to comment.