Skip to content

Commit

Permalink
Updated config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-huberty committed Mar 20, 2024
1 parent 89fcd9d commit 5dea7c3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
sudo apt-get update
sudo apt-get install -y software-properties-common
sudo apt-get update
sudo apt-get install -y ca-certificates
sudo apt-get update
sudo apt-key adv --fetch-keys https://apt.sr-research.com/SRResearch_key
sudo add-apt-repository 'deb [arch=amd64] https://apt.sr-research.com SRResearch main'
Expand All @@ -29,3 +28,9 @@ jobs:
name: Run tests
command: |
pytest
workflows:
version: 2
test:
jobs:
- test

0 comments on commit 5dea7c3

Please sign in to comment.