Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
PaleNeutron committed Jul 17, 2024
1 parent b253da1 commit aba0476
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ jobs:
sudo apt-get install -y pandoc
- name: mac dependencies
if: ${{ startsWith(matrix.os, 'macos') }}
# fix pandoc version to 3.1.6 until https://github.com/jupyter/nbconvert/issues/2164 fixed
run: |
brew update
brew install "pandoc<3.2"
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/74b7e35f40e3347bc0719622a1fd59fd4a5352a9/Formula/pandoc.rb
ln -s -f $(which python3) /usr/local/bin/python
ln -s -f $(which pip3) /usr/local/bin/pip
Expand Down

0 comments on commit aba0476

Please sign in to comment.