Skip to content

Commit 2b0eaed

Browse files
authored
Update run-python-tests.yml
1 parent ffed0a7 commit 2b0eaed

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/run-python-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ jobs:
3838
- name: Download sample data
3939
run: curl https://atlas-education.s3.amazonaws.com/sampledata.archive -o sampledata.archive
4040

41-
- name: Add sample data to database
42-
run: mongorestore --archive=sampledata.archive --port=27017
43-
4441
- name: Setup Database (Data & Indexes)
4542
run: |
4643
mongorestore --archive=sampledata.archive --port=27017

0 commit comments

Comments
 (0)