Skip to content

Commit

Permalink
Updating Conda action version (#628)
Browse files Browse the repository at this point in the history
* Updating Conda action version

* Update ci_testing.yml

* Update ci_testing.yml

* Update ci_testing.yml

* disbled quat rotation

* reverting qust flip

* revert the revert

* Update ci_testing.yml

* Update ci_testing.yml
  • Loading branch information
Kelvinrr authored Jan 17, 2025
1 parent 5605b49 commit 9c17b06
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,17 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, macos-13]
python-version: ["3.9", "3.10", "3.11"]
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
with:
submodules: true
- uses: conda-incubator/setup-miniconda@3b0f2504dd76ef23b6d31f291f4913fb60ab5ff3
- uses: conda-incubator/setup-miniconda@d2e6a045a86077fb6cad6f5adf368e9076ddaa8d
with:
miniforge-version: latest
use-mamba: true
channels: conda-forge
activate-environment: ale
Expand Down

0 comments on commit 9c17b06

Please sign in to comment.