Skip to content

Commit

Permalink
Fix pip install issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cpondoc committed Oct 31, 2023
1 parent 5f52392 commit e3629b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- run: python -m pip install –-user –-upgrade setuptools wheel
- run: python -m pip install setuptools wheel
- run: cd ${{ github.workspace }}
- run: cd wildfire_evac
- run: python setup.py sdist
Expand Down

0 comments on commit e3629b4

Please sign in to comment.