Skip to content

Commit

Permalink
Merge pull request #406 from AllenInstitute/dev
Browse files Browse the repository at this point in the history
try remove specific python version from build
  • Loading branch information
rcpeene authored Jun 22, 2024
2 parents d619489 + 190d2f4 commit 533b588
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
fetch-depth: 0
ref: main

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
# - name: Set up Python
# uses: actions/setup-python@v4
# with:
# python-version: "3.10"

- name: Upgrading pip
run: pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ nwbwidgets
ophys-nway-matching @ git+https://github.com/AllenInstitute/ophys_nway_matching@545504ab55922717ab623f8ede2c521a60aa1458
pandas==1.5.2
Pillow==9.3.0
# pynapple
pynapple
pynwb==2.6.0
quantities==0.14.1
remfile==0.1.10
Expand Down

0 comments on commit 533b588

Please sign in to comment.