Skip to content

Commit

Permalink
Fix sdist build
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelishman authored Oct 26, 2023
1 parent c2ef6bd commit 5e55edd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
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 build --sdist .
python build --sdist qiskit_pkg
python -m build --sdist .
python -m build --sdist qiskit_pkg
python -m pip install -U \
-c constraints.txt \
-r requirements.txt \
Expand Down

0 comments on commit 5e55edd

Please sign in to comment.