From b48bad81a9bde219d4d1b2c1fd12c5fcba4b5b54 Mon Sep 17 00:00:00 2001 From: Ryan J Field Date: Fri, 7 Jul 2023 10:17:59 +0100 Subject: [PATCH] remove redundant deps --- .github/workflows/pyDataPipeline.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/pyDataPipeline.yaml b/.github/workflows/pyDataPipeline.yaml index 6708f97..fc1fa82 100644 --- a/.github/workflows/pyDataPipeline.yaml +++ b/.github/workflows/pyDataPipeline.yaml @@ -19,19 +19,6 @@ jobs: with: python-version: ${{ matrix.python }} architecture: "x64" - - name: Install graphviz - run: | - if [ "$RUNNER_OS" == "Linux" ]; then - sudo apt-get install graphviz - elif [ "$RUNNER_OS" == "Windows" ]; then - choco install graphviz - elif [ "$RUNNER_OS" == "Darwin" ]; then - brew install graphviz - fi - shell: bash - - name: Install Required - run: brew install memcached - if: matrix.os == 'macos-latest' - name: Install Poetry uses: snok/install-poetry@v1 with: