From 8b5e8124f006aa9ce2a3697170042eb3df85e95d Mon Sep 17 00:00:00 2001 From: Irfan Alibay Date: Mon, 22 Jul 2024 03:27:38 +0100 Subject: [PATCH] Remove x86_64 env build pin See: https://github.com/MDAnalysis/cookiecutter-mdakit/pull/134 --- .github/workflows/gh-ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index b7e6368..88f2d8a 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -58,7 +58,6 @@ jobs: python-version: ${{ matrix.python-version }} environment-file: devtools/conda-envs/test_env.yaml add-pip-as-python-dependency: true - architecture: x64 miniforge-variant: Mambaforge use-mamba: true