Skip to content

Commit

Permalink
fix building
Browse files Browse the repository at this point in the history
  • Loading branch information
leovan committed May 12, 2024
1 parent 364d86e commit 5a0a5f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build latest version
on: [push]
jobs:
build-macos-arm64:
runs-on: macos-14
runs-on: macos-latest
steps:
- name: Check out code
uses: actions/checkout@v3
Expand All @@ -28,7 +28,7 @@ jobs:
path: dist-macOS-arm64/SciHubEVA-arm64-latest.dmg

build-macos-x86_64:
runs-on: macos-latest
runs-on: macos-13
steps:
- name: Check out code
uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ darkdetect==0.8.0
lxml==5.2.1
pathvalidate==3.2.0
pdfminer.six==20231228
PySide6==6.7.0
PySide6==6.7.0; platform_system != 'Linux'
PySide6==6.6.3.1; platform_system == 'Linux'
PySocks==1.7.1
requests==2.31.0
urllib3==2.2.1

4 comments on commit 5a0a5f6

@shijianya
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

老大能不能更新一下Sci-Hub EVA,只需要在Sci-Hub跳转后,添加www.前缀在网址上就可以了,现在这个网站都必须加这个前缀才能看到pdf,就是输入doi后,点击钥匙之后那个网站都缺少www.前缀,导致整个软件不能用,谢谢了

@leovan
Copy link
Owner Author

@leovan leovan commented on 5a0a5f6 May 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

未发现问题,请检查你的网络环境并使用何用的 SciHub 地址,测试 https://sci-hub.se 可用。

@shijianya
Copy link

@shijianya shijianya commented on 5a0a5f6 May 24, 2024 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@leovan
Copy link
Owner Author

@leovan leovan commented on 5a0a5f6 May 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

抱歉,网络问题请自行解决。

Please sign in to comment.