Skip to content

Commit

Permalink
remove linter
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed Sep 21, 2023
1 parent 970663e commit f36e953
Showing 1 changed file with 0 additions and 58 deletions.
58 changes: 0 additions & 58 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,61 +11,3 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:

micromamba-static-win:
strategy:
matrix:
os: [win_64]
name: "micromamba - ${{ matix.os }}"
runs-on: windows-2022
steps:
- name: Checkout micromamba-feedstock
uses: actions/checkout@v3
with:
repository: conda-forge/micromamba-feedstock
- name: Clear micromamba-feedstock git directory
run: rm -rf "micromamba-feedstock/.git"
- name: Checkout mamba branch
uses: actions/checkout@v3
with:
path: source
- uses: mamba-org/setup-micromamba@v1
with:
environment-name: mambabuild
init-shell: bash cmd.exe
create-args: >-
--channel conda-forge
--strict-channel-priority
python=3.10
conda-build
conda
pip
boa
conda-forge-ci-setup=3
- name: Setup Conda-Forge CI
shell: cmd /C call {0}
run: |
setup_conda_rc .\ "\recipe" .\.ci_support\${{ matrix.os }}_.yaml
run_conda_forge_build_setup
- name: Build recipe
run: |
if NOT [%HOST_PLATFORM%] == [%BUILD_PLATFORM%] (
set "EXTRA_CB_OPTIONS=%EXTRA_CB_OPTIONS% --no-test"
)
conda.exe mambabuild "recipe" -m .ci_support\${{ matrix.os }}_.yaml --suppress-variables %EXTRA_CB_OPTIONS%
# - name: Archive-build artifact
# if: failure()
# run: tar -czf ${{ github.workspace }}/micromamba-build-failed-win-64.tar.gz ${{ github.workspace }}/build/
# - name: Upload build artifacts
# uses: actions/upload-artifact@v3
# if: failure()
# with:
# name: micromamba-build-failed-win-64
# path: ${{ github.workspace }}/micromamba-build-failed-win-64.tar.gz
# retention-days: 7
# - uses: actions/upload-artifact@v3
# with:
# name: micromamba-win-64
# path: ${{ github.workspace }}/build/micromamba/micromamba.exe

0 comments on commit f36e953

Please sign in to comment.