Skip to content

Commit 5721d0c

Browse files
run apt-get in sudo
1 parent c422f9a commit 5721d0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package-conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- name: Install OS dependencies (Node.js, Tkinter, Xvfb)
1414
run: |
15-
apt-get update -y && \
16-
apt-get install -y nodejs npm tk-dev tcl-dev xvfb
15+
sudo apt-get update -y && \
16+
sudo apt-get install -y nodejs npm tk-dev tcl-dev xvfb
1717
- name: Set up Python 3.10
1818
uses: actions/setup-python@v3
1919
with:

0 commit comments

Comments
 (0)