Skip to content

Commit

Permalink
Trying to use only linux-64 Conda
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsaxe committed Feb 27, 2024
1 parent b2f811c commit c7b8794
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/Docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
jobs:
docker:
name: Docker
env:
# Psi4 on conda forge does not supply ARM versions
CONDA_SUBDIR=linux-64
uses: molssi-seamm/devops/.github/workflows/Docker.yaml@main
with:
image : molssi-seamm/seamm-psi4
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,12 @@ jobs:
name: Release
uses: molssi-seamm/devops/.github/workflows/Release.yaml@main
with:
src : psi4_step
src: psi4_step
secrets: inherit

docker:
name: Docker
needs: release
env:
# Psi4 on conda forge does not supply ARM versions
CONDA_SUBDIR=linux-64
uses: molssi-seamm/devops/.github/workflows/Docker.yaml@main
with:
image : molssi-seamm/seamm-psi4
Expand Down
2 changes: 1 addition & 1 deletion devtools/docker/environment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: base
channels:
- conda-forge
- conda-forge/linux-64
dependencies:
- python
- geometric
Expand Down

0 comments on commit c7b8794

Please sign in to comment.