Skip to content

Commit

Permalink
fix 32-bit test issue; disable Windows CI; rm old runtests
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski committed Dec 27, 2023
1 parent d3ee50c commit 46ba61c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 365 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
os:
- ubuntu-latest
- macos-latest
- windows-latest
# - windows-latest
arch:
- x64
- x86
Expand Down
2 changes: 1 addition & 1 deletion src/SAT.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function SAT(
# p vars[p] package p chosen
# p@i vars[p]+i version i of p chosen
N = 1
vars = Dict{P, Int}()
vars = Dict{P,Int}()
for p in names
vars[p] = N
n_p = length(info[p].versions)
Expand Down
356 changes: 0 additions & 356 deletions test/runtests_old.jl

This file was deleted.

Loading

0 comments on commit 46ba61c

Please sign in to comment.