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 8adf7c6 commit 492aecfCopy full SHA for 492aecf
.github/workflows/test.yml
@@ -7,7 +7,6 @@ on:
7
pull_request:
8
branches:
9
- main
10
- merge-group:
11
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.ref }}
@@ -41,9 +40,9 @@ jobs:
41
40
python-version: ['3.10', '3.11', '3.12']
42
steps:
43
- name: install netcat
44
- run: apt update && apt install -y netcat
+ run: sudo apt update && sudo apt install -y netcat
45
- name: make bash default shell
46
- run: ln -sf /bin/bash /bin/sh
+ run: sudo ln -sf /bin/bash /bin/sh
47
- name: Check out code
48
uses: actions/checkout@v4
49
- name: Set Up Python
0 commit comments