diff --git a/.github/workflows/usage.yml b/.github/workflows/usage.yml index 88ff1ac3..e0631fc3 100644 --- a/.github/workflows/usage.yml +++ b/.github/workflows/usage.yml @@ -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 @@ -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"