Skip to content

Commit

Permalink
py 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvoegele committed Jan 26, 2025
1 parent c2f4c66 commit 713911d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.10'
- name: Lint with flake8
run: |
pip install flake8
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
- defaults
dependencies:
- python==3.10
- python=="3.10"
- scipy
- numpy
- pandas
Expand Down

0 comments on commit 713911d

Please sign in to comment.