Skip to content

Commit 1bf3531

Browse files
committed
Switch away from conda
1 parent 4aa31d6 commit 1bf3531

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@ jobs:
2121
steps:
2222
- run: sudo apt-get install libopenblas-dev gcc
2323
- uses: actions/checkout@v2
24-
- uses: conda-incubator/setup-miniconda@v2
24+
- uses: astral-sh/setup-uv@v6
2525
with:
26-
activate-environment: rmsd-dev
27-
environment-file: environment.yml
2826
python-version: ${{ matrix.python-version }}
27+
- run: pip install -r ./requirements.txt
2928
- run: pip install .
3029
- run: which calculate_rmsd
3130
- run: make test python=python

0 commit comments

Comments
 (0)