We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c4e5ac commit cc7b9b3Copy full SHA for cc7b9b3
1 file changed
.github/workflows/tests.yml
@@ -7,6 +7,8 @@ on:
7
- master
8
- develop
9
10
+env:
11
+ YDATA_PROFILING_NO_ANALYTICS: false
12
13
jobs:
14
test:
@@ -81,6 +83,7 @@ jobs:
81
83
pip install --upgrade pip setuptools wheel
82
84
pip install -r requirements.txt "${{ matrix.pandas }}" "${{ matrix.numpy }}"
85
pip install -r requirements-test.txt
86
+ - run: echo "YDATA_PROFILING_NO_ANALYTICS=False" >> $GITHUB_ENV
87
- run: make install
88
89
- run: make test
@@ -129,7 +132,7 @@ jobs:
129
132
130
133
131
134
- echo $YDATA_PROFILING_NO_ANALYTICS
135
+ echo "YDATA_PROFILING_NO_ANALYTICS=False" >> $GITHUB_ENV
136
137
138
- run: make test_cov
0 commit comments