Skip to content

Commit

Permalink
Adjust two more repo links that were forgotten.
Browse files Browse the repository at this point in the history
  • Loading branch information
fjankowsk committed Jun 20, 2024
1 parent 766e761 commit 77cbcd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pytest pytest-cov
python -m pip install git+https://bitbucket.org/vmorello/mtcutils.git@master
python -m pip install git+https://bitbucket.org/jankowsk/mtcutils.git@master
make install
- name: Test project with pytest
run: |
Expand Down
2 changes: 1 addition & 1 deletion docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ERROR: No matching distribution found for mtcutils (from scatfit==0.2.21)
```

first install the `mtcutils` package manually like this:
`$ pip3 install git+https://bitbucket.org/vmorello/mtcutils.git@master`
`$ pip3 install git+https://bitbucket.org/jankowsk/mtcutils.git@master`

before installing `scatfit`. Then
`$ pip3 install scatfit`
Expand Down

0 comments on commit 77cbcd8

Please sign in to comment.