Skip to content

Commit

Permalink
Update unit_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoLiegiBastonLiegi committed Feb 29, 2024
1 parent 5bdce88 commit 8fa6e66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
name: Tests
env:
IBMQ_TOKEN: ${{ secrets.IBMQ_TOKEN }}
QIBO_CLIENT_TII_TOKEN: ${{ secrets.QIBO_CLIENT_TII_TOKEN }}

on:
workflow_dispatch:
Expand All @@ -23,3 +20,6 @@ jobs:
python-version: ${{ matrix.python-version }}
poetry-extras: "--with dev"
secrets: inherit
env:
IBMQ_TOKEN: ${{ secrets.IBMQ_TOKEN }}
QIBO_CLIENT_TII_TOKEN: ${{ secrets.QIBO_CLIENT_TII_TOKEN }}

0 comments on commit 8fa6e66

Please sign in to comment.