From 3a6888694d40267e869176d0e97da634b7949add Mon Sep 17 00:00:00 2001 From: Feist Josselin Date: Wed, 2 Oct 2024 14:42:03 +0200 Subject: [PATCH] Fix CI lint --- .github/workflows/ci_pr.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci_pr.yml b/.github/workflows/ci_pr.yml index a1a8aadc1..7ad7d34c8 100644 --- a/.github/workflows/ci_pr.yml +++ b/.github/workflows/ci_pr.yml @@ -33,13 +33,6 @@ jobs: "printers", "slither_config", "upgradability"] - exclude: - # Requires nix - - os: windows-2022 - type: dapp - # Requires nvm - - os: windows-2022 - type: truffle steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python }}