nsls2-conda-envs / nsls2-collection-tiled

CI/configs for nsls2-collection-tiled conda environment
BSD 3-Clause "New" or "Revised" License
0 stars 9 forks source link

2024-2.0 tiled envs #29

Closed mrakitin closed 6 months ago

mrakitin commented 9 months ago

New databroker/tiled + pipx dependencies. Most likely won't update the non-tiled envs this time.

❯ diff envs/env-py310.yml envs/env-py311.yml
1c1
< name: 2024-2.0-py310-tiled
---
> name: 2024-2.0-py311-tiled
10c10
<   - python >=3.10,<3.11
---
>   - python >=3.11,<3.12

TODOs:

mrakitin commented 7 months ago

https://github.com/nsls2-conda-envs/nsls2-collection-tiled/pull/32 is supposed to solve the building issues.

mrakitin commented 7 months ago

I'll merge it once the CI passes for the latest commit.

mrakitin commented 7 months ago

After a successful run last Sunday, next Monday the builds started failing. Still trying to fix the issue...

mrakitin commented 7 months ago

Trying to reproduce locally with:

act -W .github/workflows/package.yml -j generate_conda_packd_envs --matrix python-version:3.10