Skip to content

Commit

Permalink
format workflow fixes, pyversion
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhill1 committed Nov 27, 2023
1 parent c6c6969 commit 7323512
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
ppython3 -m pip install -r requirements-dev.txt
python3 -m pip install -r requirements-dev.txt
- name: Check isort, pylint, black, headers
run: |
pylint qbraid_qir tests tools
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & test
name: CI

on:
pull_request:
Expand All @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11']
python-version: ['3.10', '3.11']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7323512

Please sign in to comment.