Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
Setup env variable for authentication
  • Loading branch information
michaeltryby authored Jul 25, 2024
1 parent 30cb4ed commit 72fecaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
python-version: '3.11'

- name: Install requirements
env:
USERNAME: michaeltryby
ACCESS_TOKEN: secrets.ACCESS_TOKEN
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements-swmm.txt
Expand Down

0 comments on commit 72fecaa

Please sign in to comment.