Skip to content

Commit

Permalink
try restoring to original invocation style
Browse files Browse the repository at this point in the history
We should be able to call "env python" without a problem, but not
/usr/bin/python (I think)

Signed-off-by: Kingdon B <[email protected]>
  • Loading branch information
yebyen committed Dec 20, 2024
1 parent ede9637 commit e5bee7a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/update-project-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,8 @@ jobs:
with:
python-version: '3.13'
cache: 'pip' # caching pip dependencies
- run: python -m pip install -r ./project/requirements.txt
- run: |
python -m venv ./virtualenv
source ./virtualenv/bin/activate
python -m pip install -r ./project/requirements.txt
- run: |
source ./virtualenv/bin/activate
./project/bin/get_maintainer_data
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e5bee7a

Please sign in to comment.