We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21de72d commit 9cbda99Copy full SHA for 9cbda99
.github/workflows/unit_tests.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Checkout code
15
uses: actions/checkout@v2
16
17
- - name: Build Python Custom Docker image
+ - name: Build python code execution environment (DOCKER BUILD)
18
run: docker build -t python3 -f ${{ github.workspace }}/dockerfiles/python3.Dockerfile .
19
20
- name: Install testing dependencies
0 commit comments