File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: InChI Continuous Integration
22
33on :
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
1010jobs :
@@ -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
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.
You can’t perform that action at this time.
0 commit comments