Skip to content

Commit

Permalink
listing deps on docs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
anushka255 committed Nov 28, 2024
1 parent 31c8530 commit de8ae35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
run: |
pip install .[docs]
- name: List dependencies
run: pip freeze

- name: Setup Envvars
run: |
if [[ $GITHUB_REF = "refs/tags/"* ]] ; then echo "PASTE3_VERSION=${GITHUB_REF/refs\/tags\//}" ; else echo "PASTE3_VERSION=" ; fi >> $GITHUB_ENV
Expand Down

0 comments on commit de8ae35

Please sign in to comment.