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 2cb01ea
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,11 @@ jobs:
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 Down

0 comments on commit 2cb01ea

Please sign in to comment.