Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Martinović committed May 3, 2023
1 parent 4976677 commit 0ee7c9c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ jobs:
- run:
name: Clone repo
command: git clone https://github.com/martino-vic/gerstnerhungarian.git
- run:
name: Clone reference catalogues (takes 1min15s) & loanpy
command: |
mkdir concepticon
cd concepticon
git clone https://github.com/concepticon/concepticon-data.git
cd ..
git clone https://github.com/glottolog/glottolog.git
git clone https://github.com/cldf-clts/clts.git
git clone https://github.com/martino-vic/loanpy.git
url="https://raw.githubusercontent.com/martino-vic/ronataswestoldturkic/main/loanpy/H2EAHsc.json"
curl -s -L "$url" -o gerstnerhungarian/etc/H2EAHsc.json
# - run:
# name: Clone reference catalogues (takes 1min15s) & loanpy
# command: |
# mkdir concepticon
# cd concepticon
# git clone https://github.com/concepticon/concepticon-data.git
# cd ..
# git clone https://github.com/glottolog/glottolog.git
# git clone https://github.com/cldf-clts/clts.git
# git clone https://github.com/martino-vic/loanpy.git
# url="https://raw.githubusercontent.com/martino-vic/ronataswestoldturkic/main/loanpy/H2EAHsc.json"
# curl -s -L "$url" -o gerstnerhungarian/etc/H2EAHsc.json
- run:
name: install commands & download spacy word vector model
command: |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
]
},
install_requires=[["pylexibank>=3.0", "pysem>=0.6.0", "spacy>=3.5.1",
"epitran>=1.24", "tqdm>=4.65.0", "requests=2.29.0"]
"epitran>=1.24", "tqdm>=4.65.0", "requests<=2.29.0"]
],
extras_require={
'test': [
Expand Down

0 comments on commit 0ee7c9c

Please sign in to comment.