Skip to content

Commit

Permalink
tmp: disable plugins to troubleshoot ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanJamesLew committed Mar 9, 2024
1 parent 75581bb commit 57f9a46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda env update --file environment.yml --name base
CONDA_NO_PLUGINS=true conda env update --file environment.yml --name base
- name: Test with pytest
run: |
pip install .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda env update --file environment.yml --name base
CONDA_NO_PLUGINS=true conda env update --file environment.yml --name base
- name: Lint with flake8
run: |
conda install flake8
Expand Down

0 comments on commit 57f9a46

Please sign in to comment.