Skip to content

Gathering dependencies #6

Gathering dependencies

Gathering dependencies #6

Workflow file for this run

name: "Gathering dependencies"
on:
workflow_dispatch:
jobs:
build_dependencies:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11.8
- shell: bash
run: bash step1.sh
- uses: actions/cache/save@v4
with:
path: |
cp311_cu121_deps.tar
key: Windows-build-cp311-cu121