Skip to content

Commit

Permalink
Fix Aer build error in CI (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
manoelmarques authored Jan 19, 2023
1 parent 6ec1b0f commit 35f3f94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/install-main-dependencies/action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
#
# (C) Copyright IBM 2021, 2022.
# (C) Copyright IBM 2021, 2023.
#
# This code is licensed under the Apache License, Version 2.0. You may
# obtain a copy of this license in the LICENSE.txt file in the root directory
Expand Down Expand Up @@ -127,6 +127,8 @@ runs:
echo 'Create wheel file from main'
pip install -U wheel
pushd /tmp/qiskit-aer
pip install -U -c constraints.txt -r requirements-dev.txt
pip install pybind11
if [ "${{ inputs.os }}" == "windows-2019" ]; then
python setup.py bdist_wheel -- -G 'Visual Studio 16 2019'
elif [ "${{ inputs.os }}" == "macos-latest" ]; then
Expand Down

0 comments on commit 35f3f94

Please sign in to comment.