From a72d7ecf7db791029f5d518133be883ffcdcbeeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Backenk=C3=B6hler?= Date: Mon, 29 Jan 2024 12:54:55 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ae95a43..e86fa645 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: matrix: directory: - T002_compound_adme - - T003_compound_unwanted_structures + #- T003_compound_unwanted_structures cfg: - os: ubuntu-latest #- os: macos-latest @@ -52,10 +52,11 @@ jobs: restore-keys: | ${{ runner.os }}-conda- - #- name: Install package - #shell: bash -l {0} - #run: | - #pip install . --no-deps -vv + - name: Install package + shell: bash -l {0} + run: | + ls + pwd - name: Install Conda environment run: |