Skip to content

Commit

Permalink
chore: debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BCerki committed Sep 13, 2023
1 parent 94ffd58 commit e3f777d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pre-commit-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
python-version: "3.9.16"
- name: Install Poetry
uses: snok/install-poetry@v1
# - name: Install Poetry dependencies
# run: poetry install
# working-directory: ./bc_obps
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Install Poetry dependencies
run: poetry install
working-directory: ./bc_obps
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
yarn-test:
needs: install-client-dev-tools
runs-on: ubuntu-latest
Expand Down

0 comments on commit e3f777d

Please sign in to comment.