Fix device for minibatch OT and test out of space by rflamary · Pull Request #784 · PythonOT/POT
Expand Up
@@ -64,11 +64,17 @@ jobs:
python-version: ["3.10", "3.11", "3.12", "3.13"]
steps: - name: Free Disk Space (Ubuntu) uses: insightsengineering/disk-space-reclaimer@v1 with: android: true dotnet: true - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} cache: 'pip' - name: Install POT run: | pip install -e . Expand All @@ -93,6 +99,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: "3.13" cache: 'pip' - name: Install dependencies run: | python -m pip install --upgrade pip setuptools Expand Down Expand Up @@ -121,6 +128,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} cache: 'pip' - name: Install POT run: | pip install -e . Expand Down Expand Up @@ -148,6 +156,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} cache: 'pip' - name: RC.exe run: | function Invoke-VSDevEnvironment { Expand Down
steps: - name: Free Disk Space (Ubuntu) uses: insightsengineering/disk-space-reclaimer@v1 with: android: true dotnet: true - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} cache: 'pip' - name: Install POT run: | pip install -e . Expand All @@ -93,6 +99,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: "3.13" cache: 'pip' - name: Install dependencies run: | python -m pip install --upgrade pip setuptools Expand Down Expand Up @@ -121,6 +128,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} cache: 'pip' - name: Install POT run: | pip install -e . Expand Down Expand Up @@ -148,6 +156,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} cache: 'pip' - name: RC.exe run: | function Invoke-VSDevEnvironment { Expand Down