We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1423048 commit 8d79d5aCopy full SHA for 8d79d5a
1 file changed
.github/workflows/numpy-scipy-c-extension-test.yml
@@ -31,14 +31,12 @@ jobs:
31
python -m pip install --upgrade pip
32
pip install -e .
33
34
- - name: Configure Omnipkg
+ - name: Initialize Omnipkg
35
run: |
36
python -c "
37
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())
+ print('Omnipkg imported successfully')
+ # Let omnipkg auto-configure on first use
42
"
43
44
- name: Create demo script
0 commit comments