Skip to content

Commit

Permalink
Revert "fix the openfl error"
Browse files Browse the repository at this point in the history
This reverts commit 5e86700.
  • Loading branch information
benmalef committed Jan 18, 2025
1 parent 5e86700 commit e4a9bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ runs:
restore-keys: |
${{ runner.os }}-pip-
- name: Set up Python 3.10
- name: Set up Python 3.9
# shell: bash
if: ${{steps.changed-files.outputs.other_modified_files_count > 0}} # Run on any non-docs change
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: 3.9

- name: Install dependencies and package
shell: bash
Expand Down

0 comments on commit e4a9bc9

Please sign in to comment.