Skip to content

Commit

Permalink
Update CI and pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
math-fehr committed Nov 13, 2023
1 parent 6bbed0c commit 53ada70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-pyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
pip install --upgrade pip
- name: Install the package
run: |
pip install .[dev]
pip install .
- name: Pyright
uses: jakebailey/pyright-action@v1
with:
version: "1.1.309"
version: "1.1.335"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "PDL experiments in xDSL"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"xdsl>=0.15, <0.15",
"xdsl @ git+https://github.com/xdslproject/xdsl@523f2a6",
]

[project.scripts]
Expand Down

0 comments on commit 53ada70

Please sign in to comment.