Skip to content

Commit a74dff9

Browse files
ikappakibbatsov
authored andcommitted
Update to basilisp v0.1.0b1 to pick up println flush fix for CI
1 parent b552681 commit a74dff9

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
with:
105105
python-version: '3.12'
106106
- run: |
107-
pip install basilisp==0.1.0b1
107+
pip install basilisp==0.1.0b2
108108
109109
- name: Test integration
110110
run: |

test/integration/integration-tests.el

-4
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,6 @@ If CLI-COMMAND is nil, then use the default."
184184
(expect (member (process-status nrepl-proc) '(exit signal))))))))))
185185

186186
(it "to Basilisp"
187-
;; temporarily suspended on MS-Windows until the following is released on PyPi
188-
;;
189-
;; https://github.com/basilisp-lang/basilisp/pull/866
190-
(assume (not (eq system-type 'windows-nt)) "temporarily skipping on MS-Windows ...")
191187
(with-cider-test-sandbox
192188
(with-temp-dir temp-dir
193189
;; Create a project in temp dir

0 commit comments

Comments
 (0)