Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbackenkoehler authored Jan 29, 2024
1 parent 7927e40 commit a72d7ec
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit a72d7ec

Please sign in to comment.