Skip to content

Commit

Permalink
now trying venv
Browse files Browse the repository at this point in the history
  • Loading branch information
angusmcb committed Dec 16, 2024
1 parent cb5d9cb commit 48fce9a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/test-deploy-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup venv
run: |
python3 -m venv .venv
. .venv/bin/activate
echo PATH=$PATH >> $GITHUB_ENV
- name: Setup Environment
run: |
add-apt-repository universe
apt-get update
apt-get -y install python3-geopandas
apt-get -y install python3-networkx
pip3 install wntr
pip3 install -r docs/requirements.txt
# - uses: ammaraskar/sphinx-action@master
Expand Down

0 comments on commit 48fce9a

Please sign in to comment.