Skip to content

Commit fd3ad41

Browse files
fix again
1 parent 80eddc7 commit fd3ad41

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/_test-integrations.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
workflow_call:
88
workflow_dispatch:
99

10+
permissions:
11+
contents: read
12+
1013
jobs:
1114
pytest:
1215
name: Run Integration Tests
@@ -96,6 +99,7 @@ jobs:
9699
97100
- name: Install dependencies
98101
run: |
102+
pip install toml
99103
python scripts/generate_lite_toml.py
100104
cp pyproject-lite.toml pyproject.toml
101105
pip install -e '.[test]'

.github/workflows/_test-units.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
8585
- name: Install dependencies
8686
run: |
87+
pip install toml
8788
python scripts/generate_lite_toml.py
8889
cp pyproject-lite.toml pyproject.toml
8990
pip install -e '.[test]'

0 commit comments

Comments
 (0)