File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ jobs:
378378 apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
379379 apt-add-repository https://cli.github.com/packages
380380 apt-get update
381- apt-get install -y gh curl wget jq
381+ apt-get install -y --allow-unauthenticated gh curl wget jq
382382 pip install -r tools/smartpeak/requirements.txt
383383 GHR_VERSION=0.13.0
384384 GHR_URL=https://github.com/tcnksm/ghr/releases/download/v${GHR_VERSION}/ghr_v${GHR_VERSION}_linux_amd64.tar.gz
Original file line number Diff line number Diff line change 11SmartPeak Changelog
22===================
33
4+ v1.26.0 (2022-08-29)
5+ --------------------
6+
7+ Fix
8+ ~~~
9+ - Using latest OpenMS modifications related to DDA implementation
10+
411v1.25.0 (2022-08-02)
512--------------------
613
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/Windows")
9393# SmartPeak Version Information
9494#------------------------------------------------------------------------------
9595set (SMARTPEAK_PACKAGE_VERSION_MAJOR 1)
96- set (SMARTPEAK_PACKAGE_VERSION_MINOR 25 )
96+ set (SMARTPEAK_PACKAGE_VERSION_MINOR 26 )
9797set (SMARTPEAK_PACKAGE_VERSION_PATCH 0)
9898
9999#------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments