Skip to content

Commit

Permalink
disable architecture for now ...
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Baddeley committed Nov 19, 2024
1 parent 88d541a commit c9e1ef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_pymedepends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
matrix:
os: [macos-latest] #windows-latest, macos-latest]
python: ['3.8'] #,2.7] - # 2.7 disabled for now due to missing VC9
architecture: ['x86_64', 'arm64']
#architecture: ['x86_64', 'arm64']

runs-on: ${{ matrix.os }}

Expand All @@ -58,7 +58,7 @@ jobs:
with:
auto-update-conda: true
python-version: ${{ matrix.python }}
architecture: $${{ matrix.architecture }}
#architecture: ${{ matrix.architecture }}
mamba-version: "*"
miniforge-version: "latest"
- name: Conda info
Expand Down

0 comments on commit c9e1ef8

Please sign in to comment.