From 609d0565b44ed36ae09fc06909b346ac88a807b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Boisg=C3=A9rault?= Date: Sat, 27 Jul 2024 17:18:15 +0200 Subject: [PATCH] Remove experim ci from main --- .github/workflows/experimental.yml | 35 ------------------------------ 1 file changed, 35 deletions(-) delete mode 100644 .github/workflows/experimental.yml diff --git a/.github/workflows/experimental.yml b/.github/workflows/experimental.yml deleted file mode 100644 index 3f860f1..0000000 --- a/.github/workflows/experimental.yml +++ /dev/null @@ -1,35 +0,0 @@ -name: experimental -on: [workflow_dispatch] - - -jobs: - main: - runs-on: ${{ matrix.os }} - strategy: - matrix: - os: [ubuntu-latest] - defaults: - run: - shell: bash -l {0} - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Activate Conda environment - uses: conda-incubator/setup-miniconda@v3 - with: - activate-environment: pandoc - environment-file: environment.yml - - - name: Install LaTeX (Ubuntu) - if: matrix.os == 'ubuntu-latest' - run: | - sudo apt-get update - sudo apt-get install texlive-full - - - name: Install Python pandoc - run: python setup.py install - - - name: Test Python pandoc - run: python test.py && python test.py -v -