Commit e08a26c1 authored by Yamada Hiroyuki's avatar Yamada Hiroyuki
Browse files

Convert invalid name

parent 8a360d8c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ jobs:
        run: coverage run -m unittest discover test
      - uses: actions/upload-artifact@v4
        with:
          name: coverage-${{ matrix.python }}-${{ matrix.numpy }}-${{ matrix.gym }}
          name: coverage-${{ matrix.python }}-${{ contains(matrix.numpy, '>') }}-${{ matrix.gym }}
          path: '.coverage.*'
  coverage:
    needs: test