Skip to content

Commit

Permalink
Remove installation of unnecessary build requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelishman committed Nov 15, 2023
1 parent 9b04aa2 commit c322d16
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .azure/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ jobs:
# Use stable Rust, rather than MSRV, to spot-check that stable builds properly.
rustup override set stable
source test-job/bin/activate
python -m pip install -U pip
python -m pip install -U -c constraints.txt build
python -m pip install -U pip setuptools wheel build
# Install setuptools-rust for building sdist
python -m pip install -U -c constraints.txt setuptools-rust
python -m build --sdist .
python -m build --sdist qiskit_pkg
python -m pip install -U \
Expand Down

0 comments on commit c322d16

Please sign in to comment.