Skip to content

Commit

Permalink
Compile opengate_core dor different version of python
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaudier committed Sep 11, 2024
1 parent 84cce94 commit a885b2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ build_wheel_task:
- wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-py39_4.12.0-MacOSX-arm64.sh -O ~/miniconda.sh
- bash ~/miniconda.sh -b -p $HOME/miniconda3
- export PATH="$HOME/miniconda3/bin/:$PATH"
- conda create -n py39 python=3.9
- conda create -n py310 python=3.10
- conda create -n py311 python=3.11
- conda create -n py312 python=3.12
- conda create -n py3.9 python=3.9
- conda create -n py3.10 python=3.10
- conda create -n py3.11 python=3.11
- conda create -n py3.12 python=3.12

software_cache:
folder: $HOME/software
Expand Down

0 comments on commit a885b2b

Please sign in to comment.