Skip to content

Commit

Permalink
Ensure compatibility with modern packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ssolson committed Nov 15, 2024
1 parent e5f1b5c commit fd9646b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
auto-update-conda: true
activate-environment: TEST
python-version: ${{ env.PYTHON_VER }}
use-only-tar-bz2: true
use-only-tar-bz2: false

- name: Create MHKiT Conda environment
shell: bash -l {0}
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
auto-update-conda: true
activate-environment: TEST
python-version: ${{ env.PYTHON_VER }}
use-only-tar-bz2: true
use-only-tar-bz2: false

- name: Create MHKiT Conda environment
shell: bash -l {0}
Expand Down Expand Up @@ -466,7 +466,7 @@ jobs:
auto-update-conda: true
python-version: '3.11'
activate-environment: TESTconda
use-only-tar-bz2: true
use-only-tar-bz2: false

- name: Create MHKiT Conda environment
shell: bash -l {0}
Expand Down

0 comments on commit fd9646b

Please sign in to comment.