Skip to content

Commit

Permalink
fingers crossed
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq committed Dec 26, 2023
1 parent 4e3fd73 commit b0e0258
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,30 +30,16 @@ jobs:
python --version
pip --version
# see #546 for context on why this is necessary
- name: Create venv
run: |
python -m venv lint_py_imports
- name: Echo environment details
run: |
which python
which pip
python --version
pip --version
- name: Echo environment details
run: |
source lint_py_imports/bin/activate
which python
which pip
python --version
pip --version
- name: Install job dependencies
run: |
source ./lint_py_imports/bin/activate
pip install jupyterlab~=4.0
pip install `import-linter`
pip install import-linter~=1.12.1
- name: Install Jupyter AI packages from source
run: |
Expand All @@ -64,4 +50,4 @@ jobs:
- name: Lint Python imports
run: |
source ./lint_py_imports/bin/activate
jlpm lint-imports
lint-imports

0 comments on commit b0e0258

Please sign in to comment.