Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
robelgeda committed Aug 6, 2023
1 parent d730bcc commit 9a7b46e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: Install Pandoc for build_docs
if: matrix.tox_env == 'build_docs'
run: sudo apt-get install -y pandoc
if: matrix.tox_env == 'build_docs'
run: sudo apt-get install -y pandoc
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 9a7b46e

Please sign in to comment.