diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 35ea06a..15c1655 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,7 +46,7 @@ jobs: - name: Test and generate coverage report with pytest shell: bash -l {0} run: | - unicycler --help + unicycler --version just test-ci - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3