Skip to content

Commit

Permalink
test again
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikandreasseitz committed Oct 10, 2023
1 parent 3240629 commit 5dabaf1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@ concurrency:
jobs:
test_qadence_39:
runs-on: ubuntu-latest

container:
image: pasqalofficial/qadence:latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v3
with:
python-version: '3.9'
python-version: "3.9"
- name: Install hatch
shell: bash
run: |
Expand Down

0 comments on commit 5dabaf1

Please sign in to comment.