We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce50d84 commit b56b501Copy full SHA for b56b501
.github/workflows/ci.yml
@@ -16,5 +16,6 @@ jobs:
16
GH_PAGES: true
17
FIWARE_TESTS: true
18
FIWARE_COVERAGE: true
19
- FIWARE_DIRECTORY: './docker'
+ FIWARE_DIRECTORY: './filip_unittest/docker'
20
PYTHON_PACKAGE_NAME: 'filip'
21
+ PYTHON_TEST_MATRIX: '["3.9", "3.10", "3.11", "3.12", "3.13"]' #List of Python versions to run tests against as a matrix
0 commit comments