Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbackenkoehler authored Jan 29, 2024
1 parent df71b4d commit ec0967d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
#- T003_compound_unwanted_structures
cfg:
- os: ubuntu-latest
#- os: macos-latest
#- os: windows-latest
- os: macos-latest
- os: windows-latest

env:
PYVER: ${{ matrix.cfg.python-version }}
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Install format dependencies
run: python -m pip install 'black<23' 'black-nb<0.7' shyaml
run: python -m pip install 'black<21' 'black-nb<0.7' shyaml
- name: Run black-nb
run: |
black-nb -l 99 --check teachopencadd/talktorials/T*/talktorial.ipynb
Expand Down

0 comments on commit ec0967d

Please sign in to comment.