Skip to content

Commit

Permalink
ci - fix print repo structure for window pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
xAlessandroC committed Jul 15, 2023
1 parent 76bf1b5 commit 1976d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/multi-platform-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Checkout the repository
uses: actions/[email protected]
- name: Print repo structure # DEBUG
run: ls -lR
run: dir && dir gameoflife && dir test
- name: Install dependencies
run: pip install -r ./requirements.txt
- name: Print dependencies # DEBUG
Expand Down

0 comments on commit 1976d8c

Please sign in to comment.