Skip to content

Commit 1b1aa99

Browse files
committed
force re-install env
1 parent 90dc934 commit 1b1aa99

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,18 @@ jobs:
4949
with:
5050
environment-file: ${{ env.ENV_FILE }}
5151
environment-name: graphium
52-
cache-environment: false
52+
cache-environment: true
5353
cache-downloads: true
5454
create-args: >-
5555
python=${{ matrix.python-version }}
56+
--force-reinstall
5657
5758
- name: Install library
5859
run: python -m pip install --no-deps --no-build-isolation -e . -v # `-e` required for correct `coverage` run.
5960

6061
- name: Run tests
6162
run: |
62-
# Print debug information
63-
echo "RDBASE: $RDBASE"
64-
echo "PATH: $PATH"
6563
python -c "import rdkit; print('RDKit version:', rdkit.__version__)"
66-
micromamba list rdkit
6764
pytest
6865
6966
- name: Test CLI

0 commit comments

Comments
 (0)