File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 branches :
66 - main
77 - CI
8+ - cookie
89 pull_request :
910 workflow_dispatch :
1011
1516 strategy :
1617 matrix :
1718 python-version : ['3.10', '3.11', '3.12']
18- os : ["ubuntu-latest", "windows-latest"]
19+ os : ["macos-latest", " ubuntu-latest", "windows-latest"]
1920 steps :
2021 - name : check out diffpy.pdffit2
2122 uses : actions/checkout@v3
3435 # environment.yml file is needed by this action. Because I don't want
3536 # maintain this but rather maintain the requirements files it just has
3637 # basic things in it like conda and pip
37- environment-file : ./ environment.yml
38+ environment-file : environment.yml
3839 python-version : ${{ matrix.python-version }}
3940 auto-activate-base : false
4041
4445 conda config --set always_yes yes --set changeps1 no
4546 conda config --add channels conda-forge
4647 conda activate test
48+ conda install --file requirements/build.txt
4749 conda install --file requirements/run.txt
4850 conda install --file requirements/test.txt
4951 pip install .
Original file line number Diff line number Diff line change @@ -5,6 +5,3 @@ dependencies:
55 - python>=3.10
66 - pip
77 - conda
8- - gsl
9- - gcc
10- - gxx
Original file line number Diff line number Diff line change 11python
22setuptools
3+ gsl
You can’t perform that action at this time.
0 commit comments