From 4fc6532de68fc8d28791ec50d4da64edd4f12726 Mon Sep 17 00:00:00 2001 From: Ben J Woodcroft Date: Fri, 8 Nov 2024 09:17:02 +1000 Subject: [PATCH] actions: test-aviary: Attempt fix. (#221) * actions: test-aviary: Attempt fix. * actions: test-aviary: Attempt fix 2. --- .github/workflows/test-aviary.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-aviary.yml b/.github/workflows/test-aviary.yml index 54930740..22031c9a 100644 --- a/.github/workflows/test-aviary.yml +++ b/.github/workflows/test-aviary.yml @@ -12,14 +12,13 @@ jobs: matrix: python-version: ["3.10"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up environment with Python ${{ matrix.python-version }} - uses: conda-incubator/setup-miniconda@v2 + uses: conda-incubator/setup-miniconda@v3 with: activate-environment: test environment-file: aviary.yml python-version: ${{ matrix.python-version }} - miniforge-variant: Mambaforge auto-activate-base: false channels: conda-forge,bioconda channel-priority: true