Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Sep 13, 2023
1 parent 18dc7a0 commit 8b1be5b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,19 @@ jobs:
- name: Install Dependencies
run: pip install -r requirements/ci.txt

- name: Run tox
run: |
# Run tox and store the envsitepackagesdir in a variable
ENV_SITE_PACKAGES_DIR=$(tox -l | xargs -I {} tox -e {} -- echo {envsitepackagesdir})
# Print the value of envsitepackagesdir
echo "envsitepackagesdir: $ENV_SITE_PACKAGES_DIR"
- name: Print Workflow Information
run: |
echo "Running tests with Python version: ${{ matrix.python-version }}"
echo "Running tox environment: ${{ matrix.toxenv }}"
echo "ls -a"
echo "ls -al"
ls -al
echo "ls -al .tox/django32/lib/python3.8/site-packages"
ls -al .tox/django32/lib/python3.8/site-packages
Expand Down

0 comments on commit 8b1be5b

Please sign in to comment.