Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Quantum Tinkerer
plotocop
Commits
9cd9de4a
Verified
Commit
9cd9de4a
authored
Dec 16, 2019
by
Anton Akhmerov
Browse files
also install poppler
parent
7b79e449
Pipeline
#25582
failed
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9cd9de4a
image
:
gitlab.kwant-project.org:5005/qt/research-docker:latest
scan arxiv
:
when
:
manual
only
:
schedules
before_script
:
-
conda install -y tweepy -c conda-forge
-
conda install -y tweepy
poppler
-c conda-forge
script
:
-
python jet-detection.py
jet-detection.py
View file @
9cd9de4a
...
...
@@ -43,7 +43,7 @@ def preprint_ids():
preprint
[
'id'
].
split
(
'abs/'
)[
-
1
]
for
preprint
in
preprints
if
'UPDATED'
not
in
preprint
[
'title'
]
]
[:
10
]
]
return
[]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment