Unverified Commit bf2a1b7e authored by cutecutecat's avatar cutecutecat Committed by GitHub
Browse files

Update test.yml

parent a4b9dde0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ jobs:
      - name: Setup Python
        uses: actions/setup-python@v2
        with:
          python-version: '3.8'
          python-version: '3.9'
          
      - uses: BSFishy/pip-action@v1
        with:
@@ -28,4 +28,4 @@ jobs:
          
      - name: Python unit tests
        run: |
          python -m unittest
          python -m unittest testcase.main_test