Skip to content

Commit b93a580

Browse files
authored
Merge branch 'main' into rename/h-series
2 parents 33befbf + 8577513 commit b93a580

File tree

2 files changed

+0
-67
lines changed

2 files changed

+0
-67
lines changed

.github/workflows/build_and_test.yml

-34
Original file line numberDiff line numberDiff line change
@@ -281,37 +281,3 @@ jobs:
281281
user: __token__
282282
password: ${{ secrets.PYPI_PYTKET_QUANTINUUM_API_TOKEN }}
283283
verbose: true
284-
285-
build_docs:
286-
name: Build docs
287-
if: github.event_name == 'release'
288-
needs: publish_to_pypi
289-
runs-on: ubuntu-latest
290-
steps:
291-
- uses: actions/checkout@v4
292-
with:
293-
fetch-depth: '0'
294-
submodules: true
295-
- name: Set up Python 3.11
296-
uses: actions/setup-python@v5
297-
with:
298-
python-version: '3.11'
299-
- name: Download all wheels
300-
uses: actions/download-artifact@v4
301-
with:
302-
path: wheelhouse
303-
- name: Install pip, wheel
304-
run: pip install -U pip wheel
305-
- name: Install poetry
306-
run: pip install poetry
307-
- name: Install extension
308-
run: for w in `find wheelhouse/ -type f -name "*.whl"` ; do poetry run pip install $w ; done
309-
- name: Install docs dependencies
310-
run: |
311-
cd docs
312-
bash ./install.sh
313-
- name: Build docs
314-
timeout-minutes: 20
315-
run: |
316-
cd docs
317-
poetry run bash ./build-docs.sh

.github/workflows/docs.yml

-33
This file was deleted.

0 commit comments

Comments
 (0)