Skip to content

Commit

Permalink
fix stats
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroesb authored Sep 30, 2024
1 parent f628f38 commit 9aa650b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
uses: actions/checkout@v4
with:
ref: stats

- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install python dependencies
run: pip install numpy

Expand Down

0 comments on commit 9aa650b

Please sign in to comment.