From ffae5986be74c7d66b6c422ca848cc4e242fb34f Mon Sep 17 00:00:00 2001 From: Toru Seo <34780089+toruseo@users.noreply.github.com> Date: Tue, 30 Jul 2024 16:34:35 +0900 Subject: [PATCH] e --- .github/workflows/run-examples.yml | 2 +- .github/workflows/test-functions.yml | 2 +- .github/workflows/verify-module.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-examples.yml b/.github/workflows/run-examples.yml index ed0e5c1..308977a 100644 --- a/.github/workflows/run-examples.yml +++ b/.github/workflows/run-examples.yml @@ -22,7 +22,7 @@ jobs: - name: Install uxsim and dependencies run: | python -m pip install --upgrade pip - pip install . + pip install -e . - name: Install pytest other dependencies run: pip install pytest pytest-xdist pytest-cov setuptools gymnasium torch osmnx deap - name: Run examples with pytest diff --git a/.github/workflows/test-functions.yml b/.github/workflows/test-functions.yml index d66f83a..01a68ba 100644 --- a/.github/workflows/test-functions.yml +++ b/.github/workflows/test-functions.yml @@ -19,7 +19,7 @@ jobs: - name: Install uxsim and dependencies run: | python -m pip install --upgrade pip - pip install . + pip install -e . - name: Install pytest other dependencies run: pip install pytest pytest-rerunfailures pytest-xdist pytest-cov setuptools osmnx requests - name: Run tests with pytest diff --git a/.github/workflows/verify-module.yml b/.github/workflows/verify-module.yml index e10988e..2161967 100644 --- a/.github/workflows/verify-module.yml +++ b/.github/workflows/verify-module.yml @@ -19,7 +19,7 @@ jobs: - name: Install uxsim and dependencies run: | python -m pip install --upgrade pip - pip install . + pip install -e . - name: Install pytest other dependencies run: pip install pytest pytest-rerunfailures pytest-xdist pytest-cov setuptools - name: Run verifications with pytest