reverting workflow file

This commit is contained in:
vinitha-balachandran
2024-03-01 16:07:37 +08:00
committed by Alessandro Candido
parent 72223c66ab
commit e605db15fc

View File

@@ -24,6 +24,8 @@ jobs:
build:
# job to build
needs: check
if: ${{fromJSON(needs.check.outputs.cuda_avail)}}
strategy:
matrix:
os: [ubuntu-latest]
@@ -32,19 +34,5 @@ jobs:
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
poetry-extras: "--with docs"
poetry-extras: "--with analysis,tests,docs"
secrets: inherit
#local_build
# job to build
#needs: check
#if: ${{fromJSON(needs.check.outputs.cuda_avail)}}
#strategy:
#matrix:
#os: [ubuntu-latest]
#python-version: [3.8, 3.9, "3.10", "3.11"]
#uses: qiboteam/workflows/.github/workflows/rules-poetry.yml@main
#with:
#os: ${{ matrix.os }}
#python-version: ${{ matrix.python-version }}
#poetry-extras: "--with analysis,tests, docs"
#secrets: inherit