Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
giocaizzi committed Sep 17, 2023
1 parent ef17120 commit 111a7c6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/pre-check-docks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,21 @@ jobs:
# nbsphinx extension
- name: Install pandoc
run: sudo apt-get install pandoc

# python 3.10 installation
- uses: actions/setup-python@v4
with:
python-version: "3.10"

# checkout the repository
# by default its main branch
- uses: actions/checkout@v3
with:


fetch-depth: 0

# - name: Set up dependencies
# run: |
# pip install --upgrade pip
# pip install --upgrade pip
# pip install -r requirements.txt
# pip install -r docsrc/requirements.txt
# pip install .
Expand Down

0 comments on commit 111a7c6

Please sign in to comment.