We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6470f commit 241382aCopy full SHA for 241382a
.github/workflows/validator.yml
@@ -29,9 +29,9 @@ jobs:
29
- name: Dependency check for Testbench imports
30
run: ./validator.sh 'module_import_test'
31
- name: Prepare system for execution
32
- uses: actions/setup-python@v2
33
- with:
34
- python-version: "3.x"
+ run: |
+ sudo apt update
+ cat ./requirements.system.txt | xargs sudo apt -y install
35
- name: Install Testbench module to system
36
run: pip install .
37
- name: Pass tests for referent implementation
requirements.system.txt
@@ -0,0 +1,4 @@
1
+python3
2
+python3-pip
3
+python-is-python3
4
+python3-wheel
0 commit comments