We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b76527 commit 52f6703Copy full SHA for 52f6703
1 file changed
.github/workflows/unit-testing.yml
@@ -23,8 +23,8 @@ jobs:
23
- name: Install Python Dependencies and ContentCTL
24
run: |
25
python -m pip install --upgrade pip
26
- pwd
27
ls -la
+ pwd
28
echo "- Contentctl version - $(cat requirements.txt)"
29
pip install -r requirements.txt
30
0 commit comments