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 8c06978
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/stability_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Install Cython dependencies
run: sudo apt update && sudo apt install -y gcc build-essential python3-dev

- name: Install adeft
run: python3 -m pip install --user git+https://github.com/gyorilab/adeft.git

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

Expand Down

0 comments on commit 8c06978

Please sign in to comment.