Skip to content

Commit

Permalink
MAINT: remove unneeded lines
Browse files Browse the repository at this point in the history
Removed unneeded environment variable definition for CDF files.
  • Loading branch information
aburrell committed Jun 18, 2024
1 parent b9d6b1b commit 8135a67
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Set CDF Lib environment variable
run: echo "CDF_LIB=$HOME/lib" >> $GITHUB_ENV

- name: Install doc and optional dependencies
run: |
pip install .[doc]
Expand Down

0 comments on commit 8135a67

Please sign in to comment.