Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandyken committed Jan 23, 2024
1 parent ee4e8df commit 939aac0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

test:
runs-on: ubuntu-latest
needs: [ 'build-cache-env' ]
needs: [ 'build-cache-env' ]
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
Expand All @@ -101,6 +101,7 @@ jobs:
cache-key: nightly
install-deps-only: dev
install-library: false

- name: install lib
run: poetry run pip install .

Expand Down

0 comments on commit 939aac0

Please sign in to comment.