Skip to content

Commit

Permalink
remove unnecessary steps
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
  • Loading branch information
xadupre committed May 21, 2024
1 parent d5e88a0 commit 3b23e94
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ jobs:
with:
python-version: ${{ matrix.python_version }}

- uses: tlylt/install-graphviz@v1

- name: Install pandoc
if: matrix.documentation == 1
run: sudo apt-get install -y pandoc

- name: Install requirements
run: python -m pip install -r requirements.txt

Expand Down

0 comments on commit 3b23e94

Please sign in to comment.