mirror of
https://github.com/openai/harmony.git
synced 2025-08-23 01:17:09 -04:00
wip
This commit is contained in:
parent
bcbabf7b93
commit
2fc90b29ef
1 changed files with 4 additions and 4 deletions
|
@ -31,10 +31,10 @@ runs:
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
|
||||||
- name: Install build/test deps
|
- name: Install test deps
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
python -m pip install maturin pytest
|
python -m pip install pytest
|
||||||
|
|
||||||
- name: Check rustfmt
|
- name: Check rustfmt
|
||||||
shell: bash
|
shell: bash
|
||||||
|
@ -56,10 +56,10 @@ runs:
|
||||||
run: |
|
run: |
|
||||||
cargo test --doc
|
cargo test --doc
|
||||||
|
|
||||||
- name: Build Python extension (maturin develop)
|
- name: Build and install Python package
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
maturin develop --release
|
pip install .
|
||||||
|
|
||||||
- name: Run pytest
|
- name: Run pytest
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue