Skip to content

Commit

Permalink
Fix auto-publish install of bikeshed
Browse files Browse the repository at this point in the history
  • Loading branch information
cconcolato authored Dec 11, 2023
1 parent fb29815 commit 5f45c50
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f45c50

Please sign in to comment.