Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirni-Meshram2 authored May 18, 2021
1 parent ceef24d commit de0432f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ jobs:
- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v1
- name: Install dependencies
- env:
PANTS_CONFIG_FILES: +['pants.ci.toml']
name: Install dependencies
run: |
docker run --rm -v ${{ github.workspace }}:/ws:rw --workdir=/ws \
${{ env.img }} \
Expand All @@ -96,7 +98,7 @@ jobs:
rustup --version && \
export PATH=$PATH:/opt/python/cp37-cp37m/bin:/opt/python/cp38-cp38/bin:/opt/python/cp39-cp39/bin
export MODE=debug && \
./build-support/bin/release.sh -q RUST_BACKTRACE=1 && \
./build-support/bin/release.sh -q && \
USE_PY38=true ./build-support/bin/release.sh -q && \
USE_PY39=true ./build-support/bin/release.sh -q && \
./build-support/bin/release.sh -f && \
Expand Down

0 comments on commit de0432f

Please sign in to comment.