Update CI config
authorXhmikosR <redacted>
Sat, 6 Feb 2021 15:06:48 +0000 (17:06 +0200)
committerGitHub <redacted>
Sat, 6 Feb 2021 15:06:48 +0000 (17:06 +0200)
* remove unneeded `CI: true` env var since it's already set by the runner
* update to `actions/setup-python@v2`
* remove `x64` architecture since it's the default

.github/workflows/ci.yml

index 4f8f41ca4ac5a4121573854bb60ab06d3c347fce..5701eea12426245fb7fac2de512282beda0e2140 100644 (file)
@@ -1,7 +1,6 @@
 name: CI
+
 on: [push, pull_request]
-env:
-  CI: true
 
 jobs:
   test:
@@ -26,10 +25,9 @@ jobs:
         uses: actions/checkout@v2
 
       - name: Set up Python
-        uses: actions/setup-python@v1
+        uses: actions/setup-python@v2
         with:
           python-version: ${{ matrix.python }}
-          architecture: "x64"
 
       - run: python --version
       - run: pip --version
git clone https://git.99rst.org/PROJECT