Skip to content

Commit c784e50

Browse files
committed
✨ Attempt to fix broken test
1 parent 5272758 commit c784e50

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
matrix:
2525
version:
2626
- '1.10'
27-
- '1.6'
2827
- 'nightly'
2928
os:
3029
- ubuntu-latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ScientificTypes = "3.0"
2626
StatsBase = "0.34"
2727
TableOperations = "1.2"
2828
Tables = "1.11"
29-
julia = "1.6.7"
29+
julia = "1.6"
3030

3131
[extras]
3232
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"

0 commit comments

Comments
 (0)