Skip to content

Commit

Permalink
actually add pytables url
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmeagher committed Oct 4, 2023
1 parent 21f5f3e commit 84fae21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if: ${{ matrix.python-version == 3.12 }}
run: |
python3 -m pip install --upgrade pip
python3 -m pip install
python3 -m pip install git+https://github.com/PyTables/PyTables.git
- name: Install SimWeights
run: |
python3 -m pip install --upgrade pip
Expand Down

0 comments on commit 84fae21

Please sign in to comment.