Skip to content

Commit c5ff9a6

Browse files
committed
Use Python included in GCC image
1 parent d98316a commit c5ff9a6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,8 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717

18-
- uses: actions/setup-python@v5
19-
with:
20-
python-version: '3.12'
21-
2218
- name: Install test dependencies
23-
run: |
24-
python -m pip install --upgrade pip
25-
python -m pip install -e INCHI-1-TEST[invariance-tests]
19+
run: cd INCHI-1-TEST && ./install.sh
2620

2721
- uses: ./.github/actions/compile_inchi_exe
2822
id: compile_exe

0 commit comments

Comments
 (0)