From 416d1b966fb75a8f55d018c723da918d1320935e Mon Sep 17 00:00:00 2001 From: Irfan Alibay Date: Mon, 22 Jul 2024 03:28:20 +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 b0bd679..d95b817 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -55,7 +55,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