From d6f67a8c9b95ce5f9848f0d5d6b068e1cc991978 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Wed, 15 May 2024 07:43:36 +0100 Subject: [PATCH] remove install --- .github/workflows/windows_actions.yml | 56 --------------------------- 1 file changed, 56 deletions(-) diff --git a/.github/workflows/windows_actions.yml b/.github/workflows/windows_actions.yml index 0541aa338..2edc18516 100644 --- a/.github/workflows/windows_actions.yml +++ b/.github/workflows/windows_actions.yml @@ -37,62 +37,6 @@ jobs: with: repository: SpiNNakerManchester/SupportScripts path: support - - name: Install pip, etc - uses: ./support/actions/python-tools - - name: Install mypy - run: pip install mypy - - - name: Install Spinnaker Dependencies - uses: ./support/actions/install-spinn-deps - with: - repositories: SpiNNUtils SpiNNMachine - install: true - - - name: Run Install - uses: ./support/actions/run-install - - - name: Test with pytest - uses: ./support/actions/pytest - with: - tests: unittests - coverage: ${{ matrix.python-version == 3.12 }} - cover-packages: spinnman - coveralls-token: ${{ secrets.GITHUB_TOKEN }} - - - name: Integration tests - uses: ./support/actions/pytest - env: - SPALLOC_USER: ${{ secrets.SPALLOC_USER }} - SPALLOC_PASSWORD: ${{ secrets.SPALLOC_PASSWORD }} - with: - tests: spinnman_integration_tests - coverage: ${{ matrix.python-version == 3.12 }} - cover-packages: spinnman - coveralls-token: ${{ secrets.GITHUB_TOKEN }} - - windows_2019: - runs-on: windows-2019 - timeout-minutes: 10 - strategy: - matrix: - python-version: ["3.11"] - - steps: - - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 - with: - python-version: ${{ matrix.python-version }} - - name: Checkout - uses: actions/checkout@v4 - - name: Checkout SupportScripts - uses: actions/checkout@v4 - with: - repository: SpiNNakerManchester/SupportScripts - path: support - - name: Install pip, etc - uses: ./support/actions/python-tools - - name: Install mypy - run: pip install mypy - name: Install Spinnaker Dependencies uses: ./support/actions/install-spinn-deps