diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69877c32..58be5a76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,8 +31,8 @@ jobs: strategy: fail-fast: false matrix: - pixi-environment: ["test-py310", "test-py312"] - runs-on: [ubuntu-latest, windows-latest, macos-14] + pixi-environment: ["test-py311", "test-latest"] + runs-on: [ubuntu-latest] #, windows-latest, macos-14] steps: - uses: actions/checkout@v4 diff --git a/README-running-on-edito.md b/README-running-on-edito.md new file mode 100644 index 00000000..c3995a83 --- /dev/null +++ b/README-running-on-edito.md @@ -0,0 +1,10 @@ +## Running virtualship on EDITO + +### Dev setup + +Pixi needs to be installed on EDITO before we can run virtualship. + +- Choose the "Jupyter-python-ocean-science" service +- In the "Init" section you can provide a script for initialisation + - `https://raw.githubusercontent.com/Parcels-code/virtualship/refs/heads/edito-hackathon/ci/pixi-on-edito.sh` +- from there you can follow the contributing instructions available for virtualship