Skip to content

Commit

Permalink
Add adeft workaround install
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-sheldon committed May 13, 2024
1 parent a09eae6 commit f032df7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/stability_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,14 @@ jobs:
- name: Install Cython dependencies
run: sudo apt update && sudo apt install -y gcc build-essential python3-dev

- name: Install setuptools
run: python3 -m pip install setuptools --upgrade

- name: Install adeft
run: python3 -m pip install --no-cache-dir --use-deprecated=legacy-resolver git+https://github.com/gyorilab/adeft.git#egg=adeft

- name: Install python dependencies
run: python3 -m pip install --user .
run: python3 -m pip install .

- name: Run tests
run: python3 -m pytest -v
13 changes: 4 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ requests = "^2.31.0"
click = "^8.1.7"
addict = "^2.4.0"
pydantic = "^2.7.1"
adeft = {git = "https://github.com/gyorilab/adeft.git"}

[tool.poetry.group.test.dependencies]
pytest = "^8.1.1"
Expand Down

0 comments on commit f032df7

Please sign in to comment.