Skip to content

Compile everything with meson #175

Compile everything with meson

Compile everything with meson #175

Triggered via pull request September 27, 2024 16:16
Status Failure
Total duration 2m 45s
Artifacts

ci-meson.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 16 warnings
Conda (ubuntu, Python 3.9)
The process '/usr/share/miniconda3/condabin/mamba' failed with exit code 1
Conda (macos, Python 3.11)
The process '/Users/runner/miniconda3/condabin/mamba' failed with exit code 1
Conda (macos, Python 3.10)
The process '/Users/runner/miniconda3/condabin/mamba' failed with exit code 1
Conda (macos, Python 3.9)
The process '/Users/runner/miniconda3/condabin/mamba' failed with exit code 1
Conda (ubuntu, Python 3.10)
Process completed with exit code 2.
Conda (ubuntu, Python 3.11)
Process completed with exit code 2.
Conda (ubuntu, Python 3.9)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, conda-incubator/setup-miniconda@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Conda (ubuntu, Python 3.9)
Mamba support is still experimental and can result in differently solved environments!
Conda (ubuntu, Python 3.9)
# >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<< Traceback (most recent call last): File "/usr/share/miniconda3/lib/python3.12/site-packages/conda/exception_handler.py", line 18, in __call__ return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/share/miniconda3/lib/python3.12/site-packages/conda_env/cli/main.py", line 44, in do_call exit_code = getattr(module, func_name)(arguments, parser) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/share/miniconda3/lib/python3.12/site-packages/conda/notices/core.py", line 132, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/share/miniconda3/lib/python3.12/site-packages/conda/cli/main_env_update.py", line 155, in execute result[installer_type] = installer.install(prefix, specs, args, env) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/share/miniconda3/lib/python3.12/site-packages/conda/env/installers/conda.py", line 48, in install solver = _solve(prefix, specs, args, env, *_, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/share/miniconda3/lib/python3.12/site-packages/conda/env/installers/conda.py", line 32, in _solve solver = solver_backend(prefix, channels, subdirs, specs_to_add=specs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/share/miniconda3/lib/python3.12/site-packages/conda_libmamba_solver/solver.py", line 87, in __init__ super().__init__( File "/usr/share/miniconda3/lib/python3.12/site-packages/conda/core/solve.py", line 96, in __init__ self.specs_to_add = frozenset(MatchSpec.merge(s for s in specs_to_add)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/share/miniconda3/lib/python3.12/site-packages/conda/models/match_spec.py", line 504, in merge reduce(lambda x, y: x._merge(y, union), group) File "/usr/share/miniconda3/lib/python3.12/site-packages/conda/models/match_spec.py", line 504, in <lambda> reduce(lambda x, y: x._merge(y, union), group) ^^^^^^^^^^^^^^^^^^ File "/usr/share/miniconda3/lib/python3.12/site-packages/conda/models/match_spec.py", line 536, in _merge final = this_component.merge(that_component) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/share/miniconda3/lib/python3.12/site-packages/conda/models/match_spec.py", line 828, in merge raise ValueError( ValueError: Incompatible component merge: - 'nompi_h0baa96a_101' - 'nompi_h77f6705_101' `$ /usr/share/miniconda3/condabin/mamba update --name sage --file /home/runner/work/sage/sage/src/setup-miniconda-patched-environment-3.9-linux.yml` environment variables: CIO_TEST=<not set> CONDA=/usr/share/miniconda3 CONDA_AUTO_UPDATE_CONDA=false CONDA_PKGS_DIR=/home/runner/conda_pkgs_dir CONDA_ROOT=/usr/share/miniconda3 CURL_CA_BUNDLE=<not set> DEPLOYMENT_BASEPATH=/opt/runner GITHUB_EVENT_PATH=/home/runner/work/_temp/_github_workflow/event.json GITHUB_PATH=/home/runner/work/_temp/_runner_file_commands/add_path_1a87039d-e673- 45e4-862b-d7322e6a246a LD_PRELOAD=<not set> PATH=/usr/share/miniconda3/condabin:/snap/bin:/home/runner/.local/bin:/opt/ pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/ bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/ usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/game s:/snap/bin REQUESTS_CA_BUNDLE=<not set> SELENIUM_JAR_PATH=/usr/share/java/selenium-server.jar SSL_CERT_FILE=<not set> SWIFT_PATH=/usr/share/swift/usr/bin active e
Conda (macos, Python 3.11)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, conda-incubator/setup-miniconda@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Conda (macos, Python 3.11)
Mamba support is still experimental and can result in differently solved environments!
Conda (macos, Python 3.11)
# >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<< Traceback (most recent call last): File "/Users/runner/miniconda3/lib/python3.12/site-packages/conda/exception_handler.py", line 18, in __call__ return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/runner/miniconda3/lib/python3.12/site-packages/conda_env/cli/main.py", line 44, in do_call exit_code = getattr(module, func_name)(arguments, parser) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/runner/miniconda3/lib/python3.12/site-packages/conda/notices/core.py", line 132, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/runner/miniconda3/lib/python3.12/site-packages/conda/cli/main_env_update.py", line 155, in execute result[installer_type] = installer.install(prefix, specs, args, env) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/runner/miniconda3/lib/python3.12/site-packages/conda/env/installers/conda.py", line 48, in install solver = _solve(prefix, specs, args, env, *_, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/runner/miniconda3/lib/python3.12/site-packages/conda/env/installers/conda.py", line 32, in _solve solver = solver_backend(prefix, channels, subdirs, specs_to_add=specs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/runner/miniconda3/lib/python3.12/site-packages/conda_libmamba_solver/solver.py", line 87, in __init__ super().__init__( File "/Users/runner/miniconda3/lib/python3.12/site-packages/conda/core/solve.py", line 96, in __init__ self.specs_to_add = frozenset(MatchSpec.merge(s for s in specs_to_add)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/runner/miniconda3/lib/python3.12/site-packages/conda/models/match_spec.py", line 504, in merge reduce(lambda x, y: x._merge(y, union), group) File "/Users/runner/miniconda3/lib/python3.12/site-packages/conda/models/match_spec.py", line 504, in <lambda> reduce(lambda x, y: x._merge(y, union), group) ^^^^^^^^^^^^^^^^^^ File "/Users/runner/miniconda3/lib/python3.12/site-packages/conda/models/match_spec.py", line 536, in _merge final = this_component.merge(that_component) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/runner/miniconda3/lib/python3.12/site-packages/conda/models/match_spec.py", line 828, in merge raise ValueError( ValueError: Incompatible component merge: - 'py311h2725bcf_4' - 'py311heffc1b2_4' `$ /Users/runner/miniconda3/condabin/mamba update --name sage --file /Users/runner/work/sage/sage/src/setup-miniconda-patched-environment-3.11-macos.yml` environment variables: CIO_TEST=<not set> CONDA=/Users/runner/miniconda3 CONDA_AUTO_UPDATE_CONDA=false CONDA_PKGS_DIR=/Users/runner/conda_pkgs_dir CONDA_ROOT=/Users/runner/miniconda3 CURL_CA_BUNDLE=<not set> GITHUB_EVENT_PATH=/Users/runner/work/_temp/_github_workflow/event.json GITHUB_PATH=/Users/runner/work/_temp/_runner_file_commands/add_path_bed8e984-355c- 4aed-b05d-1af2e1fb0f43 INFOPATH=/opt/homebrew/share/info: LD_PRELOAD=<not set> NUNIT3_PATH=/Library/Developer/nunit/3.6.0 NUNIT_BASE_PATH=/Library/Developer/nunit PATH=/Users/runner/miniconda3/condabin:/opt/homebrew/lib/ruby/gems/3.0.0/bi n:/opt/homebrew/opt/[email protected]/bin:/Users/runner/.local/bin:/opt/homebre w/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/ bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.ya rn/bin:/Users/runner/Library/Android/sdk/tool
Conda (macos, Python 3.10)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, conda-incubator/setup-miniconda@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Conda (macos, Python 3.10)
Mamba support is still experimental and can result in differently solved environments!
Conda (macos, Python 3.10)
PackagesNotFoundError: The following packages are not available from current channels: - zstd==1.5.6=hb46c0d2_0 - zlib==1.3.1=hfb2fe0b_1 - zeromq==4.3.5=hcc0f68c_4 - yaml==0.2.5=h3422bc3_2 - xz==5.2.6=h57fd34a_0 - xorg-libxdmcp==1.1.3=h27ca646_0 - xorg-libxau==1.0.11=hb547adb_0 - unicodedata2==15.1.0=py310h2aa6e3c_0 - tzlocal==5.2=py310hbe9552e_0 - tornado==6.4.1=py310ha6dd24b_0 - tktable==2.10=h1e387b8_6 - tk==8.6.13=h5083fa2_1 - texinfo==7.0=pl5321h9ea1dce_0 - tbb==2021.12.0=h420ef59_1 - tar==1.34=h7cb298e_1 - tapi==1100.0.11=he4954df_0 - tachyon==0.99b6=hb8a568e_1002 - sympow==2.023.6=hb0babe8_3 - symmetrica==3.0.1=hb7217d7_0 - suitesparse==7.7.0=hf6fcff2_1 - sqlite==3.46.0=h5838104_0 - singular==4.3.2.p8=hb460b52_1 - sigtool==0.1.3=h44b9a77_0 - scipy==1.11.4=py310h2b794db_0 - rw==0.9=h93a5062_2 - rpy2==3.5.11=py310r43h280b8fa_3 - rpds-py==0.18.1=py310h947b723_0 - rhash==1.4.4=hb547adb_0 - readline==8.2=h92ec313_1 - r-lattice==0.22_6=r43hd2d937b_0 - r-base==4.3.3=h8112bfe_3 - qhull==2020.2=hc021e02_2 - qd==2.3.22=hbec66e7_1004 - pyzmq==26.0.3=py310h16e08c9_0 - pyyaml==6.0.1=py310h2aa6e3c_1 - pytz-deprecation-shim==0.1.0.post0=py310hbe9552e_4 - pythran==0.15.0=py310h1359cc7_1 - python-lrcalc==2.1=py310h692a8b6_6 - python[version='3.10.*,==3.10.14',build=h2469fbe_0_cpython] - pyrsistent==0.20.0=py310hd125d64_0 - pyobjc-framework-cocoa==10.3.1=py310h4b7648a_0 - pyobjc-core==10.3.1=py310h4b7648a_0 - pybind11-global==2.12.0=py310h21239e6_0 - pybind11==2.12.0=py310h21239e6_0 - pthread-stubs==0.4=h27ca646_1001 - psutil==6.0.0=py310ha6dd24b_0 - primesieve==11.0=hb7217d7_0 - primecountpy==0.1.0=py310h38f39d4_4 - primecount==7.6=hb6e4faa_0 - pplpy==0.8.9=py310hc3af9bb_1 - ppl==1.2=h8b147cf_1006 - planarity==3.0.2.0=h93a5062_0 - pkg-config==0.29.2=hab62308_1008 - pixman==0.43.4=hebf3989_0 - pillow==10.3.0=py310h01af8b1_1 - perl==5.32.1=7_h4614cfb_perl5 - pcre2==10.44=h297a79d_0 - patch==2.7.6=h27ca646_1002 - pari==2.15.5=h4f2304c_2_pthread - pango==1.54.0=h5cb9fbc_0 - pandoc==3.2.1=hce30654_0 - palp==2.20=h27ca646_0 - openssl==3.3.1=hfb2fe0b_0 - openjpeg==2.5.2=h9f1df11_0 - openjdk==22.0.1=hbeb2e11_0 - openblas==0.3.25=openmp_h55c453e_0 - numpy==1.26.4=py310hd45542a_0 - ntl==11.4.3=hbb3f309_1 - ninja==1.12.1=h420ef59_0 - ncurses==6.5=hb89a1cb_0 - nauty==2.8.8=h93a5062_1 - mpfr==4.2.1=h41d338b_1 - mpfi==1.5.4=hbde5f5b_1001 - mpc==1.3.1=h91ba8db_0 - metis==5.1.0=h13dd4ca_1007 - memory-allocator==0.1.3=py310h2aa6e3c_0 - maxima==5.47.0=h2bbcd85_2 - matplotlib-base==3.8.4=py310hedb7998_2 - matplotlib==3.8.4=py310hb6292c7_2 - mathjax==3.2.2=hce30654_0 - markupsafe==2.1.5=py310hd125d64_0 - make==4.3=he57ea6c_1 - m4rie==20150908=h22b9e9d_1002 - m4ri==20140914=hc97c1ff_1006 - m4==1.4.18=h642e427_1001 - lrcalc==2.1=hebf3989_6 - llvm-tools==16.0.6=haab561b_3 - llvm-openmp==18.1.8=hde57baf_0 - linbox==1.7.0=h3afee3a_0 - libzlib==1.3.1=hfb2fe0b_1 - libxml2==2.12.7=ha661575_1 - libxcb==1.16=hf2054a2_0 - libwebp-base==1.4.0=h93a5062_0 - libwebp==1.4.0=h54798ee_0 - libuv==1.48.0=h93a5062_0 - libtool==2.4.7=hb7217d7_0 - libtiff==4.6.0=h07db509_3 - libssh2==1.11.0=h7a5bd25_0 - libsqlite==3.46.0=hfb93653_0 - libsodium==1.0.18=h27ca646_1 - libpng==1.6.43=h091b4b1_0 - libopenblas==0.3.25=openmp_h6c19121_0 - libnghttp2==1.58.0=ha4dd798_1 - libllvm16==16.0.6=haab561b_3 - liblapacke==3.9.0=20_osxarm64_openblas - liblapack==3.9.0=20_osxarm64_openblas - libjpeg-turbo==3.0.0=hb547adb_1 - libintl-devel==0.22.5=h8fbad5d_2 - libintl==0.22.5=h8fbad5d_2 - libiconv==1.17=h0d3ecfb_2 - libhwloc==2.10.0=default_h7685b71_1001 - libhomfly==1.02r6=h93a5062_1 - libglib==2.80.2=h59d46d9_1 - libgfortran5==13.2.0=hf226fd6_3 - libgfortran==5.0.0=13_2_0_hd922786_3 - libgettextpo-devel==0.22.5=h8fbad5d_2 - libgettextpo==0.22.5=h8fbad5d_2 - libgd==2.3.3=hfdf3952_9 - libflint==3.0.1=h28749a5_ntl_100 - libffi==3.4.2=h3422bc3_5 - libexpat
Conda (macos, Python 3.9)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, conda-incubator/setup-miniconda@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Conda (macos, Python 3.9)
Mamba support is still experimental and can result in differently solved environments!
Conda (macos, Python 3.9)
PackagesNotFoundError: The following packages are not available from current channels: - zstd==1.5.6=hb46c0d2_0 - zlib==1.3.1=hfb2fe0b_1 - zeromq==4.3.5=hcc0f68c_4 - yaml==0.2.5=h3422bc3_2 - xz==5.2.6=h57fd34a_0 - xorg-libxdmcp==1.1.3=h27ca646_0 - xorg-libxau==1.0.11=hb547adb_0 - unicodedata2==15.1.0=py39h0f82c59_0 - tzlocal==5.2=py39h2804cbe_0 - tornado==6.4.1=py39hfea33bf_0 - tktable==2.10=h1e387b8_6 - tk==8.6.13=h5083fa2_1 - texinfo==7.0=pl5321h9ea1dce_0 - tbb==2021.12.0=h420ef59_1 - tar==1.34=h7cb298e_1 - tapi==1100.0.11=he4954df_0 - tachyon==0.99b6=hb8a568e_1002 - sympow==2.023.6=hb0babe8_3 - symmetrica==3.0.1=hb7217d7_0 - suitesparse==7.7.0=hf6fcff2_1 - sqlite==3.46.0=h5838104_0 - singular==4.3.2.p8=hb460b52_1 - sigtool==0.1.3=h44b9a77_0 - scipy==1.11.4=py39h36c428d_0 - rw==0.9=h93a5062_2 - rpy2==3.5.11=py39r43hf4a74a7_3 - rpds-py==0.18.1=py39h0019b8a_0 - rhash==1.4.4=hb547adb_0 - readline==8.2=h92ec313_1 - r-lattice==0.22_6=r43hd2d937b_0 - r-base==4.3.3=h8112bfe_3 - qhull==2020.2=hc021e02_2 - qd==2.3.22=hbec66e7_1004 - pyzmq==26.0.3=py39he7f0319_0 - pyyaml==6.0.1=py39h0f82c59_1 - pytz-deprecation-shim==0.1.0.post0=py39h2804cbe_4 - pythran==0.15.0=py39h1261dcd_1 - python-lrcalc==2.1=py39hf3050f2_6 - python[version='3.9.*,==3.9.19',build=hd7ebdb9_0_cpython] - pyrsistent==0.20.0=py39h17cfd9d_0 - pyobjc-framework-cocoa==10.3.1=py39h336d860_0 - pyobjc-core==10.3.1=py39h336d860_0 - pybind11-global==2.12.0=py39h48c5dd5_0 - pybind11==2.12.0=py39h48c5dd5_0 - pthread-stubs==0.4=h27ca646_1001 - psutil==6.0.0=py39hfea33bf_0 - primesieve==11.0=hb7217d7_0 - primecountpy==0.1.0=py39hbd775c9_4 - primecount==7.6=hb6e4faa_0 - pplpy==0.8.9=py39ha497ee3_1 - ppl==1.2=h8b147cf_1006 - planarity==3.0.2.0=h93a5062_0 - pkg-config==0.29.2=hab62308_1008 - pixman==0.43.4=hebf3989_0 - pillow==10.3.0=py39h3baf582_1 - perl==5.32.1=7_h4614cfb_perl5 - pcre2==10.44=h297a79d_0 - patch==2.7.6=h27ca646_1002 - pari==2.15.5=h4f2304c_2_pthread - pango==1.54.0=h5cb9fbc_0 - pandoc==3.2.1=hce30654_0 - palp==2.20=h27ca646_0 - openssl==3.3.1=hfb2fe0b_0 - openjpeg==2.5.2=h9f1df11_0 - openjdk==22.0.1=hbeb2e11_0 - openblas==0.3.25=openmp_h55c453e_0 - numpy==1.26.4=py39h7aa2656_0 - ntl==11.4.3=hbb3f309_1 - ninja==1.12.1=h420ef59_0 - ncurses==6.5=hb89a1cb_0 - nauty==2.8.8=h93a5062_1 - mpfr==4.2.1=h41d338b_1 - mpfi==1.5.4=hbde5f5b_1001 - mpc==1.3.1=h91ba8db_0 - metis==5.1.0=h13dd4ca_1007 - memory-allocator==0.1.3=py39h0f82c59_0 - maxima==5.47.0=h2bbcd85_2 - matplotlib-base==3.8.4=py39h15359f4_2 - matplotlib==3.8.4=py39hdf13c20_2 - mathjax==3.2.2=hce30654_0 - markupsafe==2.1.5=py39h17cfd9d_0 - make==4.3=he57ea6c_1 - m4rie==20150908=h22b9e9d_1002 - m4ri==20140914=hc97c1ff_1006 - m4==1.4.18=h642e427_1001 - lrcalc==2.1=hebf3989_6 - llvm-tools==16.0.6=haab561b_3 - llvm-openmp==18.1.8=hde57baf_0 - linbox==1.7.0=h3afee3a_0 - libzlib==1.3.1=hfb2fe0b_1 - libxml2==2.12.7=ha661575_1 - libxcb==1.16=hf2054a2_0 - libwebp-base==1.4.0=h93a5062_0 - libwebp==1.4.0=h54798ee_0 - libuv==1.48.0=h93a5062_0 - libtool==2.4.7=hb7217d7_0 - libtiff==4.6.0=h07db509_3 - libssh2==1.11.0=h7a5bd25_0 - libsqlite==3.46.0=hfb93653_0 - libsodium==1.0.18=h27ca646_1 - libpng==1.6.43=h091b4b1_0 - libopenblas==0.3.25=openmp_h6c19121_0 - libnghttp2==1.58.0=ha4dd798_1 - libllvm16==16.0.6=haab561b_3 - liblapacke==3.9.0=20_osxarm64_openblas - liblapack==3.9.0=20_osxarm64_openblas - libjpeg-turbo==3.0.0=hb547adb_1 - libintl-devel==0.22.5=h8fbad5d_2 - libintl==0.22.5=h8fbad5d_2 - libiconv==1.17=h0d3ecfb_2 - libhwloc==2.10.0=default_h7685b71_1001 - libhomfly==1.02r6=h93a5062_1 - libglib==2.80.2=h59d46d9_1 - libgfortran5==13.2.0=hf226fd6_3 - libgfortran==5.0.0=13_2_0_hd922786_3 - libgettextpo-devel==0.22.5=h8fbad5d_2 - libgettextpo==0.22.5=h8fbad5d_2 - libgd==2.3.3=hfdf3952_9 - libflint==3.0.1=h28749a5_ntl_100 - libffi==3.4.2=h3422bc3_5 - libexpat==2.6.2=hebf3989_0 - libe
Conda (ubuntu, Python 3.10)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, conda-incubator/setup-miniconda@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Conda (ubuntu, Python 3.10)
Mamba support is still experimental and can result in differently solved environments!
Conda (ubuntu, Python 3.11)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, conda-incubator/setup-miniconda@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Conda (ubuntu, Python 3.11)
Mamba support is still experimental and can result in differently solved environments!