Skip to content

Commit

Permalink
fix filter
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzierep committed Jul 18, 2024
1 parent f7a8b3b commit e0cd496
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/filter_communities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
path: results
- uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.11'
- name: Install requirement
run: python -m pip install -r requirements.txt
- name: Run script
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
path: results
- uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.11'
- name: Install requirement
run: python -m pip install -r requirements.txt
- name: Run script
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
path: results
- uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.11'
- name: Install requirement
run: python -m pip install -r requirements.txt
- name: Run script
Expand Down

0 comments on commit e0cd496

Please sign in to comment.