Skip to content

Commit b9079f8

Browse files
committed
Add apt-get update
1 parent 83e461b commit b9079f8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- store_artifacts:
7777
path: ./logs
7878

79-
integration-spark-thrift:
79+
integration-tests-spark-thrift:
8080
docker:
8181
- image: cimg/python:3.9.9
8282
- image: godatadriven/spark:3.1.1
@@ -102,6 +102,7 @@ jobs:
102102
- run:
103103
name: Install Ubuntu dev packages
104104
command: |
105+
sudo apt-get update
105106
sudo apt-get install libsasl2-dev libsasl2-2
106107
- run:
107108
name: Install Python packages
@@ -138,6 +139,6 @@ workflows:
138139
# - integration-tests-core:
139140
# requires:
140141
# - hold
141-
- integration-spark-thrift:
142+
- integration-tests-spark-thrift:
142143
requires:
143144
- hold

0 commit comments

Comments
 (0)