Skip to content

Commit

Permalink
another tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Jul 9, 2024
1 parent 9fdc02f commit 022421a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- main
jobs:
test:
name: Julia ${{ matrix.version }} - StatsModels ${{ matrix.statsmodels }} - ${{ matrix.os }} - ${{ matrix.arch }}
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand All @@ -21,8 +21,6 @@ jobs:
- '1'
- '1.6'
- 'nightly'
statsmodels:
- '0.7'
os:
- ubuntu-latest
arch:
Expand All @@ -34,11 +32,6 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- name: "Install StatsModels"
shell: julia --color=yes --project {0}
run: |
using Pkg
Pkg.add(Pkg.PackageSpec(; name="StatsModels", version="${{ matrix.statsmodels }}"))
- name: Cache
uses: julia-actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ StandardizedPredictors = "0.1, 1"
Statistics = "1.6"
StatsAPI = "1.6"
StatsBase = "0.33, 0.34"
StatsModels = "0.7"
StatsModels = "0.6, 0.7"
Suppressor = "0.2"
Tables = "1"
Test = "1"
Expand Down

0 comments on commit 022421a

Please sign in to comment.