We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e496c0f commit 5ed4cdaCopy full SHA for 5ed4cda
1 file changed
.github/workflows/main.yml
@@ -5,6 +5,7 @@ on:
5
branches:
6
- main
7
- CI
8
+ - cookie
9
pull_request:
10
workflow_dispatch:
11
@@ -15,7 +16,7 @@ jobs:
15
16
strategy:
17
matrix:
18
python-version: ['3.10', '3.11', '3.12']
- os: ["ubuntu-latest", "windows-latest"]
19
+ os: ["macos-latest", "ubuntu-latest", "windows-latest"]
20
steps:
21
- name: check out diffpy.pdffit2
22
uses: actions/checkout@v3
0 commit comments