Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
Rolling back
  • Loading branch information
michaeltryby authored Jul 25, 2024
1 parent 9131854 commit 30cb4ed
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.11'

- name: Replace requirements
env:
USERNAME: ${{ env.USERNAME }}
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
run: sed -i~ "s/https:\/\/github\.com/https:\/\/'$USERNAME':'$ACCESS_TOKEN'@github\.com/g" requirements-swmm.txt
shell: bash

- name: Install requirements
run: |
Expand Down

0 comments on commit 30cb4ed

Please sign in to comment.