Commit 546835a6 authored by Yamada Hiroyuki's avatar Yamada Hiroyuki
Browse files

Enclose by single quote

parent bb5c564a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ jobs:
          key: ${{ runner.os }}-pip${{ matrix.python }}
          restore-keys: ${{ runner.os }}-pip${{ matrix.python }}
      - name: Install NumPy
        run: pip install ${{ matrix.numpy }}
        run: pip install '${{ matrix.numpy }}'
      - name: Install cpprb
        run: pip install '.[all]'
      - name: Install Gym(nasium)