Skip to content

Commit f06cbdc

Browse files
authored
✨ Merge pull request #36 from walking-octopus/ci
fix: CI, conflicting arguments
2 parents 5f85197 + 0c1427d commit f06cbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
version: 'stable'
3131

3232
- name: Install dependencies
33-
run: raco pkg install --auto --deps fail --name algorithms
33+
run: raco pkg install --auto --name algorithms
3434

3535
- name: Run tests
3636
run: raco test -x -p algorithms

0 commit comments

Comments
 (0)