Skip to content

Commit

Permalink
remove Windows tests from CI (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett authored Jun 27, 2024
1 parent 915a832 commit 01f1956
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ jobs:
with:
envs: |
- macos: py310-xdist
- windows: py311-xdist
- linux: py3-devdeps-xdist
- macos: py3-devdeps-xdist
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
0.6.1 (unreleased)
==================

-
- remove Windows tests and add info box indicating lack of Windows support to README [#163]

0.6.0 (2024-01-24)
==================
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[![codecov](https://codecov.io/gh/spacetelescope/stpipe/branch/main/graph/badge.svg?token=Mm9I0X1o4X)](https://codecov.io/gh/spacetelescope/stpipe)

Provides base classes and command-line tools for implementing calibration pipeline software.

> [!NOTE]
> Linux and MacOS platforms are tested and supported. Windows is not currently supported.

0 comments on commit 01f1956

Please sign in to comment.