From 082aa0c7df1a53cd6bd3928bc82eef1ffec2e65e Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Wed, 29 Jul 2020 13:08:17 +0200 Subject: [PATCH] use pip3 for doc dependencies (#51) --- .github/workflows/documentation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index bed3d4d..3ee6d30 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -15,7 +15,7 @@ jobs: - name: Install dependencies run: | brew install doxygen - pip install jinja2 Pygments + pip3 install jinja2 Pygments - name: Build run: |