This commit is contained in:
Nicolas 2025-10-07 23:23:01 +02:00
parent 6810c9dd0a
commit aa41223437
1 changed files with 1 additions and 5 deletions

View File

@ -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]