Skip to content

Commit

Permalink
delete install numpy from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stahanna committed Jan 24, 2025
1 parent 7b4e886 commit 654bfea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/dev_meeting_reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
run: |
if [ -z "$SECRET2" ]; then echo "SECRET2 is not set!"; exit 1; else echo "SECRET2 is set!"; fi
python -m pip install --upgrade setuptools wheel
python -m pip install numpy==1.24.2
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python scripts/create_dev_meetings_report.py
- name: check for changes
Expand Down

0 comments on commit 654bfea

Please sign in to comment.