From 5f45c50332896b0bd4ac74d047056259a76f0d4e Mon Sep 17 00:00:00 2001 From: Cyril Concolato Date: Mon, 11 Dec 2023 10:49:28 -0800 Subject: [PATCH] Fix auto-publish install of bikeshed --- .github/workflows/auto-publish.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index bd299c2..b7ca16a 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -27,20 +27,17 @@ jobs: with: python-version: 3.9 - - name: Install Poetry + - name: Install dependencies run: | - curl -sSL https://install.python-poetry.org | python3 - - - # - name: Install dependencies - # run: | + pip install bikeshed # cd conformance + # curl -sSL https://install.python-poetry.org | python3 - # poetry install # - name: Generate conformance report # run: | - # cd conformance - # pip install bikeshed - # poetry run generate-report + # # cd conformance + # # poetry run generate-report - name: Set up Node.js uses: actions/setup-node@v2