We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d98316a commit c5ff9a6Copy full SHA for c5ff9a6
.github/workflows/ci.yml
@@ -15,14 +15,8 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
18
- - uses: actions/setup-python@v5
19
- with:
20
- python-version: '3.12'
21
-
22
- name: Install test dependencies
23
- run: |
24
- python -m pip install --upgrade pip
25
- python -m pip install -e INCHI-1-TEST[invariance-tests]
+ run: cd INCHI-1-TEST && ./install.sh
26
27
- uses: ./.github/actions/compile_inchi_exe
28
id: compile_exe
0 commit comments