Skip to content

Commit

Permalink
Merge branch 'main' into single-pulse-rx-cal
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeunkim authored Aug 23, 2023
2 parents acb5ee9 + 4a8c0ca commit da89b90
Show file tree
Hide file tree
Showing 52 changed files with 34,520 additions and 34,114 deletions.
4 changes: 2 additions & 2 deletions .azure/lint-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
set -e
source test-job/bin/activate
echo "Running black, any errors reported can be fixed with 'tox -eblack'"
black --check qiskit test tools examples setup.py
black --check qiskit test tools examples setup.py qiskit_pkg
echo "Running rustfmt check, any errors reported can be fixed with 'cargo fmt'"
cargo fmt --check
displayName: "Formatting"
Expand All @@ -44,7 +44,7 @@ jobs:
set -e
source test-job/bin/activate
echo "Running ruff"
ruff qiskit test tools examples setup.py
ruff qiskit test tools examples setup.py qiskit_pkg/setup.py
echo "Running pylint"
pylint -rn qiskit test tools
echo "Running Cargo Clippy"
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/docs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:

jobs:
build:
if: github.repository_owner == "Qiskit"
if: github.repository_owner == 'Qiskit'
name: Build
runs-on: ubuntu-latest

Expand Down Expand Up @@ -77,12 +77,14 @@ jobs:
QISKIT_ENABLE_ANALYTICS: "true"
# We've already built them.
QISKIT_DOCS_BUILD_TUTORIALS: "never"
DOCS_PROD_BUILD: "true"

- name: Build translatable strings
run: tox -e gettext
run: tox run -e gettext
env:
# We've already built them.
QISKIT_DOCS_BUILD_TUTORIALS: "never"
DOCS_PROD_BUILD: "true"

- name: Store built documentation artifact
uses: actions/upload-artifact@v3
Expand Down
98 changes: 58 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit da89b90

Please sign in to comment.