Skip to content

Commit

Permalink
Disabled test runs on Windows/min on py36/37/38
Browse files Browse the repository at this point in the history
Details:

* Due to an error when installing cryptography on Windows with minimum
  package levels on Pythn 3.6/3.7/3.8, these envs needed to be disabled.

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed Apr 3, 2021
1 parent f555772 commit cae9845
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,21 @@ jobs:
\"os\": \"windows-latest\", \
\"python-version\": \"3.4\", \
\"package_level\": \"latest\" \
}, \
{ \
\"os\": \"windows-latest\", \
\"python-version\": \"3.6\", \
\"package_level\": \"minimum\" \
}, \
{ \
\"os\": \"windows-latest\", \
\"python-version\": \"3.7\", \
\"package_level\": \"minimum\" \
}, \
{ \
\"os\": \"windows-latest\", \
\"python-version\": \"3.8\", \
\"package_level\": \"minimum\" \
} \
], \
\"include\": [ \
Expand Down

0 comments on commit cae9845

Please sign in to comment.