Skip to content

Commit

Permalink
Merge pull request #30 from WenjieDu/dev
Browse files Browse the repository at this point in the history
Fix error conda env name in daily testing
  • Loading branch information
WenjieDu authored Aug 31, 2023
2 parents 59f1536 + ef54aee commit c66eba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Conda
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: pypots-test
activate-environment: tsdb-test
python-version: ${{ matrix.python-version }}
environment-file: tests/environment_for_conda_test.yml
auto-activate-base: false
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Test with pytest
run: |
python -m pytest -rA tests/test_tsdb.py -n auto --cov=pypots --dist=loadgroup --cov-config=.coveragerc
python -m pytest -rA tests/test_tsdb.py -n auto --cov=tsdb --dist=loadgroup --cov-config=.coveragerc
- name: Generate the LCOV report
run: |
Expand Down

0 comments on commit c66eba3

Please sign in to comment.