We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80eddc7 commit fd3ad41Copy full SHA for fd3ad41
2 files changed
.github/workflows/_test-integrations.yml
@@ -7,6 +7,9 @@ on:
7
workflow_call:
8
workflow_dispatch:
9
10
+permissions:
11
+ contents: read
12
+
13
jobs:
14
pytest:
15
name: Run Integration Tests
@@ -96,6 +99,7 @@ jobs:
96
99
97
100
- name: Install dependencies
98
101
run: |
102
+ pip install toml
103
python scripts/generate_lite_toml.py
104
cp pyproject-lite.toml pyproject.toml
105
pip install -e '.[test]'
.github/workflows/_test-units.yml
@@ -84,6 +84,7 @@ jobs:
84
85
86
87
88
89
90
0 commit comments