Skip to content

Commit 934b655

Browse files
authored
Merge branch 'dev' into dev
2 parents 5d097c0 + 6e5c6bc commit 934b655

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: InChI Continuous Integration
22

33
on:
44
push:
5-
branches: [ main, rwth ]
5+
branches: [ main, dev ]
66
pull_request:
7-
branches: [ main, rwth ]
7+
branches: [ main, dev ]
88
workflow_dispatch:
99

1010
jobs:
@@ -56,19 +56,19 @@ jobs:
5656
# We need to install git before checking out the repository.
5757
# Otherwise, the repository will be downloaded using the GitHub REST API instead of git.
5858
- uses: actions/checkout@v4
59-
59+
6060
- name: Show Python version
6161
run: |
6262
python --version
63-
63+
6464
- name: Configure pip to break system packages
6565
run: |
6666
mkdir -p ~/.config/pip
6767
cat <<EOT >> ~/.config/pip/pip.conf
6868
[global]
6969
break-system-packages = true
7070
EOT
71-
71+
7272
- name: Install test dependencies
7373
run: |
7474
python -m pip install --upgrade pip
@@ -93,5 +93,5 @@ jobs:
9393
if: ${{ !cancelled() && steps.compile_lib.outcome == 'success' }}
9494
with:
9595
artifact-name: regression-test-results_musl_gcc
96-
96+
9797
# FIXME: We don't run invariance test on alpine yet because of difficulties with RDKit installation.

0 commit comments

Comments
 (0)