Skip to content

Gathering dependencies #16

Gathering dependencies

Gathering dependencies #16

Workflow file for this run

name: "Gathering dependencies"
on:
workflow_dispatch:
jobs:
build_dependencies:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- shell: bash
run: bash step1.sh
- uses: actions/cache/save@v4
with:
path: |
python_embeded
key: Windows-cp311-cu121