Skip to content

Commit

Permalink
try without .
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Kulandin committed Sep 16, 2024
1 parent d803443 commit af6191f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,13 @@ jobs:
. ./venv/bin/activate
pytest -m core tests/ --ignore=tests/experimental
ls -lah
mv .coverage .coverage_core_${{ matrix.python-version }}
mv .coverage coverage_core_${{ matrix.python-version }}
ls -lah
- name: Upload coverage
uses: actions/upload-artifact@v4
run:
ls -lah
with:
name: .coverage_core_${{ matrix.python-version }}
path: .coverage_core_${{ matrix.python-version }}
name: coverage_core_${{ matrix.python-version }}
path: coverage_core_${{ matrix.python-version }}

pytest_torch:
needs: static_tests
Expand Down

0 comments on commit af6191f

Please sign in to comment.