Skip to content

Commit 8d79d5a

Browse files
authored
Update numpy-scipy-c-extension-test.yml
1 parent 1423048 commit 8d79d5a

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/numpy-scipy-c-extension-test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,12 @@ jobs:
3131
python -m pip install --upgrade pip
3232
pip install -e .
3333
34-
- name: Configure Omnipkg
34+
- name: Initialize Omnipkg
3535
run: |
3636
python -c "
3737
import omnipkg
38-
config = omnipkg.create_config()
39-
print(f'omnipkg config created at {config}')
40-
with open(config, 'r') as f:
41-
print(f.read())
38+
print('Omnipkg imported successfully')
39+
# Let omnipkg auto-configure on first use
4240
"
4341
4442
- name: Create demo script

0 commit comments

Comments
 (0)