Skip to content

Commit

Permalink
remove configure
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede committed Apr 9, 2024
1 parent 81110cb commit 4063e37
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python_version }}

- name: configure ${{ matrix.to_test }}
run: |
echo 'BASE_IMG=python:${{ matrix.python_version }}-slim' > .env
.ci/tests/examples/configure.sh ${{ matrix.to_test }}

- name: run ${{ matrix.to_test }}
run: .ci/tests/examples/run.sh ${{ matrix.to_test }}
Expand Down

0 comments on commit 4063e37

Please sign in to comment.