Skip to content

Commit

Permalink
[HOLD 2.7.0] Fix deployment tests (#4244)
Browse files Browse the repository at this point in the history
* Add packaging to micromamba setup

We need it to get the version number in minimum deps builds.

* temporarily allow tests

* update excludes to reality

* revert testing shims
  • Loading branch information
IAlibay authored Aug 17, 2023
1 parent acfd122 commit 9032eb0
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,19 +199,8 @@ jobs:
python-version: ["3.9", "3.10", "3.11"]
type: ["FULL", "MIN"]
exclude:
# Py311 doesn't support all optional deps yet
- python-version: "3.11"
type: "FULL"
# Multiple deps don't like windows
- os: windows-latest
python-version: "3.9"
type: "FULL"
- os: windows-latest
python-version: "3.10"
type: "FULL"
# OpenMM isn't available for this yet
- os: macos-latest
python-version: "3.10"
type: "FULL"
env:
MPLBACKEND: agg
Expand All @@ -225,6 +214,7 @@ jobs:
environment-name: mda
create-args: >-
python=${{ matrix.python-version }}
packaging
pip
# jaime's shim to avoid pulling down the cudatoolkit
# bioconda for clustalw things
Expand Down

0 comments on commit 9032eb0

Please sign in to comment.