Skip to content

Support SkyPilot Storage configurations in file_mounts for automatic cloud sync #419

Support SkyPilot Storage configurations in file_mounts for automatic cloud sync

Support SkyPilot Storage configurations in file_mounts for automatic cloud sync #419

Workflow file for this run

name: Run install
on:
workflow_dispatch:
workflow_call:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, ubuntu-22.04-arm]
python: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "${{ matrix.python }}"
- name: Install NeMo-Run
run: |
pip install --no-cache-dir -U pip
pip install --no-cache-dir ".[all]"