We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e868b62 commit 2b017a6Copy full SHA for 2b017a6
.github/workflows/test.yml
@@ -13,10 +13,9 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
16
- - name: Install apt dependencies
17
- run: |
18
- sudo apt-get update --yes --quiet
19
- sudo apt-get install curl --yes --quiet
+ - name: Install new version of curl
+ # Provides wcurl
+ run: sudo snap install curl
20
21
- name: Set up Python ${{ matrix.python-version }}
22
uses: actions/setup-python@v5
0 commit comments