Skip to content

Commit

Permalink
sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
thpierce committed Feb 8, 2024
1 parent fc7e6ea commit 08e654f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
~/.cache/pip
key: v7-build-tox-cache-${{ env.RUN_MATRIX_COMBINATION }}-${{ hashFiles('tox.ini', 'dev-requirements.txt') }}

- name: run tox
run: tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- -ra --benchmark-json=${{ env.RUN_MATRIX_COMBINATION }}-benchmark.json
# - name: run tox
# run: tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- -ra --benchmark-json=${{ env.RUN_MATRIX_COMBINATION }}-benchmark.json

- name: Install Dependencies and Build Wheel
id: staging_wheel_build
Expand Down Expand Up @@ -161,7 +161,6 @@ jobs:
run: ls -R

- name: Run setup script
working-directory: ${GITHUB_WORKSPACE}
run: .contract-tests/set-up-contract-tests.sh

- name: Run contract tests
Expand Down

0 comments on commit 08e654f

Please sign in to comment.