Skip to content

Commit

Permalink
Update to basilisp v0.1.0b1 to pick up println flush fix for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ikappaki committed May 28, 2024
1 parent f48f0e2 commit a677eec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
with:
python-version: '3.12'
- run: |
pip install basilisp==0.1.0b1
pip install basilisp==0.1.0b2
- name: Test integration
run: |
Expand Down
4 changes: 0 additions & 4 deletions test/integration/integration-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,6 @@ If CLI-COMMAND is nil, then use the default."
(expect (member (process-status nrepl-proc) '(exit signal))))))))))

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

0 comments on commit a677eec

Please sign in to comment.