Skip to content

Commit

Permalink
chore: manually run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
BallardRobinett committed Feb 15, 2024
1 parent a2781fc commit 39601f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/actions/dev-env-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,3 @@ runs:
shell: bash
run: |
make install_backend_asdf_tools
5 changes: 2 additions & 3 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ jobs:
- run: yarn install --frozen-lockfile
working-directory: ./client
backend-tests:
needs:
["install-dev-tools"]
needs: ["install-dev-tools"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: dev env setup
uses: ./.github/actions/dev-env-setup
- name: Run pytest
working-directory: ./bc_obps
run: make pythontests
run: make pythontests

0 comments on commit 39601f8

Please sign in to comment.