mirror of https://github.com/Nonannet/copapy.git
db3
This commit is contained in:
parent
6810c9dd0a
commit
aa41223437
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build object files
|
- name: Build object files
|
||||||
run: bash src/copapy/obj/crosscompile.sh
|
run: bash src/copapy/obj/nativecompile.sh
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
@ -87,10 +87,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
- name: Build ops obj files
|
|
||||||
run: |
|
|
||||||
bash src/copapy/obj/nativecompile_win.sh
|
|
||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: python -m pip install -e .[dev]
|
run: python -m pip install -e .[dev]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue