Skip to content
Snippets Groups Projects
Unverified Commit 9c17b060 authored by Kelvin Rodriguez's avatar Kelvin Rodriguez Committed by GitHub
Browse files

Updating Conda action version (#628)

* 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
parent 5605b499
No related branches found
No related tags found
No related merge requests found
...@@ -14,8 +14,8 @@ jobs: ...@@ -14,8 +14,8 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-latest, macos-latest] os: [ubuntu-latest, macos-13]
python-version: ["3.8", "3.9", "3.10", "3.11"] python-version: ["3.9", "3.10", "3.11"]
defaults: defaults:
run: run:
shell: bash -l {0} shell: bash -l {0}
...@@ -23,9 +23,8 @@ jobs: ...@@ -23,9 +23,8 @@ jobs:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
with: with:
submodules: true submodules: true
- uses: conda-incubator/setup-miniconda@3b0f2504dd76ef23b6d31f291f4913fb60ab5ff3 - uses: conda-incubator/setup-miniconda@d2e6a045a86077fb6cad6f5adf368e9076ddaa8d
with: with:
miniforge-version: latest
use-mamba: true use-mamba: true
channels: conda-forge channels: conda-forge
activate-environment: ale activate-environment: ale
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment