Skip to content

Commit

Permalink
chore: update test.yaml with env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabiana Clemente authored and fabclmnt committed Jul 9, 2024
1 parent 0c4e5ac commit cc7b9b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- master
- develop

env:
YDATA_PROFILING_NO_ANALYTICS: false

jobs:
test:
Expand Down Expand Up @@ -81,6 +83,7 @@ jobs:
pip install --upgrade pip setuptools wheel
pip install -r requirements.txt "${{ matrix.pandas }}" "${{ matrix.numpy }}"
pip install -r requirements-test.txt
- run: echo "YDATA_PROFILING_NO_ANALYTICS=False" >> $GITHUB_ENV
- run: make install

- run: make test
Expand Down Expand Up @@ -129,7 +132,7 @@ jobs:
pip install --upgrade pip setuptools wheel
pip install -r requirements.txt "${{ matrix.pandas }}" "${{ matrix.numpy }}"
pip install -r requirements-test.txt
echo $YDATA_PROFILING_NO_ANALYTICS
echo "YDATA_PROFILING_NO_ANALYTICS=False" >> $GITHUB_ENV
- run: make install

- run: make test_cov
Expand Down

0 comments on commit cc7b9b3

Please sign in to comment.