Skip to content

Commit

Permalink
Attempt #2 to remove warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
danshapero committed Nov 9, 2023
1 parent 55edab2 commit ff4c88f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ jobs:
pip install "Nikola[extras]"
pip install --editable ./icepack
- name: Create jupyter kernel
run: |
python -m ipykernel install --user --name=firedrake
mkdir -p /home/firedrake/.ipython/profile_default/startup
echo "import warnings; warnings.filterwarnings('ignore')" >> /home/firedrake/.ipython/profile_default/startup/disable-warnings.py
run: python -m ipykernel install --user --name=firedrake
- name: Checkout website source
uses: actions/checkout@v2
with:
Expand All @@ -52,6 +49,7 @@ jobs:
- name: Execute notebooks
working-directory: ./website
env:
AKPYTHON_EXEC_IMPORT_UNAVAILABLE: 1 # TODO: try to remove this
EARTHDATA_USERNAME: ${{ secrets.EARTHDATA_USERNAME }}
EARTHDATA_PASSWORD: ${{ secrets.EARTHDATA_PASSWORD }}
run: make all --jobs $(nproc --all)
Expand Down

0 comments on commit ff4c88f

Please sign in to comment.