Skip to content

Commit

Permalink
added tomli
Browse files Browse the repository at this point in the history
  • Loading branch information
raddessi committed Jan 29, 2024
1 parent a881a87 commit f5043ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install dependencies
run: |
pip install tomli
- uses: pre-commit/[email protected]

nox-sessions-matrix-split:
Expand All @@ -22,7 +25,6 @@ jobs:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install nox nox-poetry
- id: set-matrix
run: |
Expand All @@ -42,7 +44,6 @@ jobs:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry nox nox-poetry
- name: Running nox
run: |
Expand Down

0 comments on commit f5043ab

Please sign in to comment.