Skip to content

Commit

Permalink
Check what is located in the working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatal1ty committed Jan 13, 2025
1 parent 456ce00 commit 386ef63
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ jobs:
path: .venv
- name: Install dependencies
run: |
ls -la /home/runner/work/mashumaro
pwd
ls -la .
ls -la /home/runner/work/mashumaro/mashumaro
ls -la .venv/
ls -la .venv/bin/
python -m venv .venv
source .venv/bin/activate
pip install -r requirements-dev.txt
Expand Down

0 comments on commit 386ef63

Please sign in to comment.