Skip to content

Commit cc7b9b3

Browse files
Fabiana Clementefabclmnt
authored andcommitted
chore: update test.yaml with env variable
1 parent 0c4e5ac commit cc7b9b3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- master
88
- develop
99

10+
env:
11+
YDATA_PROFILING_NO_ANALYTICS: false
1012

1113
jobs:
1214
test:
@@ -81,6 +83,7 @@ jobs:
8183
pip install --upgrade pip setuptools wheel
8284
pip install -r requirements.txt "${{ matrix.pandas }}" "${{ matrix.numpy }}"
8385
pip install -r requirements-test.txt
86+
- run: echo "YDATA_PROFILING_NO_ANALYTICS=False" >> $GITHUB_ENV
8487
- run: make install
8588

8689
- run: make test
@@ -129,7 +132,7 @@ jobs:
129132
pip install --upgrade pip setuptools wheel
130133
pip install -r requirements.txt "${{ matrix.pandas }}" "${{ matrix.numpy }}"
131134
pip install -r requirements-test.txt
132-
echo $YDATA_PROFILING_NO_ANALYTICS
135+
echo "YDATA_PROFILING_NO_ANALYTICS=False" >> $GITHUB_ENV
133136
- run: make install
134137

135138
- run: make test_cov

0 commit comments

Comments
 (0)