Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hrodmn committed May 30, 2024
1 parent 85464a7 commit 1e3c5a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
defaults:
run:
shell: bash -l {0}
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ dependencies = [
dev = [
"black~=23.9",
"codespell~=2.2",
"ipython~=8.24",
"jupyterlab~=4.2.1",
"mypy~=1.5",
"pre-commit~=3.4",
Expand Down

0 comments on commit 1e3c5a2

Please sign in to comment.