1010 strategy :
1111 matrix :
1212 host-os : ["ubuntu-latest"]
13- python-version : ["3.10 ", "3.11 ", "3.12 "]
13+ python-version : ["py310 ", "py311 ", "py312 "]
1414 fail-fast : false
1515
1616 defaults :
@@ -26,40 +26,14 @@ jobs:
2626 - name : Checkout the code
2727 uses : actions/checkout@v3
2828
29- # - name: Start MongoDB
30- # uses: supercharge/mongodb-github-action@1.6.0
31-
32- # - name: Start Sirepo Docker container
33- # uses: NSLS-II/start-sirepo-action@v2
34- # with:
35- # docker-binary: docker
36-
37- # - name: Copy databroker config file
38- # run: |
39- # set -vxeuo pipefail
40- # mkdir -v -p ~/.config/databroker/
41- # wget https://raw.githubusercontent.com/NSLS-II/sirepo-bluesky/main/examples/local.yml -O ~/.config/databroker/local.yml
42-
43- # - name: Set up Python ${{ matrix.python-version }} with conda
44- # uses: conda-incubator/setup-miniconda@v2
45- # with:
46- # activate-environment: ${{ env.REPOSITORY_NAME }}-py${{ matrix.python-version }}
47- # auto-update-conda: true
48- # miniconda-version: "latest"
49- # python-version: ${{ matrix.python-version }}
50- # mamba-version: "*"
51- # channels: conda-forge
52-
53- - name : Set up Python ${{ matrix.python-version }}
54- uses : actions/setup-python@v4
55- with :
56- python-version : ${{ matrix.python-version }}
5729 - name : Install pixi and activate environment
5830 uses : prefix-dev/setup-pixi@v0.8.14
5931 with :
6032 pixi-version : v0.46.0
61- environments : dev
62- activate-environment : dev
33+ environments : ${{ matrix.python-version }}
34+ cache : false
35+ activate-environment : ${{ matrix.python-version }}
36+
6337 - name : Test with pytest
6438 run : |
6539 set -vxeuo pipefail
0 commit comments