Skip to content

Commit

Permalink
fix gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tnoczyns-volue committed Jan 9, 2025
1 parent 4c32b32 commit a3fb970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/usage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
python ./repo/src/volue/mesh/examples/get_version.py
if ($LASTEXITCODE) { exit $LASTEXITCODE }
python -m pip install pytest pytest-asyncio==0.21.2 pandas
python -m pytest --pyargs volue.mesh.tests -m "not authentication and not long"
python -m pytest ./repo/src/volue/mesh/tests -m "not authentication and not long"
- name: Install Ubuntu 22.04 (wsl1)
uses: Vampire/setup-wsl@v1
Expand All @@ -75,4 +75,4 @@ jobs:
python${{ matrix.python-version }} -m pip install git+https://github.com/Volue-Public/energy-mesh-python@${{ github.ref }}
python${{ matrix.python-version }} ./repo/src/volue/mesh/examples/get_version.py
python${{ matrix.python-version }} -m pip install pytest pytest-asyncio==0.21.2 pandas
python${{ matrix.python-version }} -m pytest --pyargs volue.mesh.tests -m "not authentication and not long"
python${{ matrix.python-version }} -m pytest ./repo/src/volue/mesh/tests -m "not authentication and not long"

0 comments on commit a3fb970

Please sign in to comment.