Skip to content

Commit

Permalink
Merge pull request #40 from GhanaNLP/33-new-kasa-documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbudu authored Oct 18, 2024
2 parents 5a474eb + 6a6ab78 commit 808b45b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build Docs
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

workflow_dispatch:

Expand All @@ -25,8 +25,7 @@ jobs:
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 - -y
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
source $HOME/.poetry/env
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Configure Poetry to not create virtualenvs
run: poetry config virtualenvs.create false
Expand Down

0 comments on commit 808b45b

Please sign in to comment.