From ec0967da4565ab5faae4118843bab9b2ba027725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Backenk=C3=B6hler?= Date: Mon, 29 Jan 2024 14:05:35 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2364920..14d11d35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} @@ -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