Skip to content

Commit

Permalink
adding new step for windows debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewq11 committed Nov 12, 2024
1 parent 938ea74 commit f4275b1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,14 @@ jobs:
cache-downloads: true
create-args: >-
python=${{ matrix.python-version }}
- name: Install library
run: python -m pip install --no-deps --no-build-isolation -e . -v # `-e` required for correct `coverage` run.

- name: Debug Windows Testing
run: mamba install rdkit=2024.03.4
if: matrix.os == 'windows-latest'

- name: Run tests
run: |
export PATH="$CONDA_PREFIX/Library/bin:$PATH"
Expand Down

0 comments on commit f4275b1

Please sign in to comment.