-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
global: unpin dependencies and other updates
* Unpin "hepdata-converter" Docker image to use latest image available. * Unpin "hepdata-converter-ws" PyPI package to use latest available. * Refinements to README.md file such as removing mentions of Travis CI. * Rename 'master' branch to 'main'. * Upgrade actions/checkout to latest v4.
- Loading branch information
1 parent
af0551d
commit d1d37c2
Showing
3 changed files
with
20 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM hepdata/hepdata-converter:0.2.0 | ||
FROM hepdata/hepdata-converter:latest | ||
|
||
RUN pip3 install --upgrade pip | ||
RUN pip3 install -I hepdata-converter-ws==0.2.0 | ||
RUN pip install --upgrade pip | ||
RUN pip install hepdata-converter-ws | ||
|
||
CMD hepdata-converter-ws |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters