1 parent 4aa31d6 commit 1bf3531Copy full SHA for 1bf3531
1 file changed
.github/workflows/test.yml
@@ -21,11 +21,10 @@ jobs:
21
steps:
22
- run: sudo apt-get install libopenblas-dev gcc
23
- uses: actions/checkout@v2
24
- - uses: conda-incubator/setup-miniconda@v2
+ - uses: astral-sh/setup-uv@v6
25
with:
26
- activate-environment: rmsd-dev
27
- environment-file: environment.yml
28
python-version: ${{ matrix.python-version }}
+ - run: pip install -r ./requirements.txt
29
- run: pip install .
30
- run: which calculate_rmsd
31
- run: make test python=python
0 commit comments