diff --git a/.github/workflows/py-tests.yaml b/.github/workflows/py-tests.yaml index 0aeecf9d..e8af95b6 100644 --- a/.github/workflows/py-tests.yaml +++ b/.github/workflows/py-tests.yaml @@ -33,12 +33,12 @@ jobs: override: true - name: Rust unit tests - if: ${{ github.repository == 'nrel/fastsim' && contains(github.event.pull_request.changed_files, 'rust/') }} + # if: ${{ github.repository == 'nrel/fastsim' && contains(github.event.pull_request.changed_files, 'rust/') }} run: | cd rust/ && cargo test - name: Python unit tests - if: ${{ github.repository == 'nrel/fastsim' && (contains(github.event.pull_request.changed_files, 'python/') || contains(github.event.pull_request.changed_files, 'rust/')) }} + # if: ${{ github.repository == 'nrel/fastsim' && (contains(github.event.pull_request.changed_files, 'python/') || contains(github.event.pull_request.changed_files, 'rust/')) }} run: | pip install -e ".[dev]" && pytest -v python/fastsim/tests/ pytest -v python/fastsim/demos/