Skip to content

Commit

Permalink
Put github container registry reference into README
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Sep 4, 2024
1 parent 708ad6f commit cc9692b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
To run the htex part of the test suite in this image:

```
docker run $IMAGE pytest /src/parsl/parsl/tests --config /src/parsl/parsl/tests/configs/htex_local.py
docker run ghcr.io/parsl/trusted-ci:ci pytest /src/parsl/parsl/tests --config /src/parsl/parsl/tests/configs/htex_local.py
```

To run a simple example:

```
docker run $IMAGE python3 /examples/twostep.py
docker run ghcr.io/parsl/trusted-ci:ci python3 /examples/twostep.py
```

0 comments on commit cc9692b

Please sign in to comment.