Skip to content

Commit

Permalink
adding version v34
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksimEkin committed Jan 7, 2025
1 parent 15d7c95 commit ff9a3c5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,17 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: anaconda-client-env
python-version: 3.11
python-version: 3.11.10
auto-activate-base: True
- name: Install Dependencies and T-ELF
run: |
conda info
conda list
pip install -e .
pip install pytest
pip install poetry
poetry install
- name: Run the Unittests
run: |
cd tests && python -m pytest *
cd tests && poetry run python -m pytest *

0 comments on commit ff9a3c5

Please sign in to comment.